Forráskód Böngészése

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

sty 1 éve
szülő
commit
7341b27c03
1 módosított fájl, 3 hozzáadás és 0 törlés
  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