Selaa lähdekoodia

docs/develop-logseq.md: specify that dependencies in /static also exist

sty 1 vuosi sitten
vanhempi
sitoutus
7341b27c03
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      docs/develop-logseq.md

+ 3 - 0
docs/develop-logseq.md

@@ -55,6 +55,9 @@ The released files will be at `static/` directory.
 
 ``` bash
 yarn install
+cd static
+yarn install
+cd ..
 ```
 
 2. Compile to JavaScript and open the dev app