diff --git a/docs/develop-logseq.md b/docs/develop-logseq.md index f03a2d4cef..7de9095386 100644 --- a/docs/develop-logseq.md +++ b/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