tiny missing step in instructions for compiling

added "cd logseq" line after git clone line, before running yarn
pull/2187/head
Doug Holton 2021-06-12 19:41:34 -04:00 committed by Tienson Qin
parent d7674f9247
commit 4ec098206c
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ We also have [a dedicated page](https://github.com/logseq/logseq/blob/master/COD
```bash ```bash
git clone https://github.com/logseq/logseq git clone https://github.com/logseq/logseq
cd logseq
yarn yarn
yarn watch yarn watch
``` ```