Add link to download bb

pull/4364/head
Gabriel Horner 2022-02-23 09:49:41 -05:00 committed by Andelf
parent e353738c67
commit 462afd1f89
1 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,8 @@
## Clone project
This is a required step before doing any development or production builds.
```bash
git clone https://github.com/logseq/logseq
cd logseq
@ -45,7 +47,8 @@ yarn watch
yarn dev-electron-app
```
Alternatively, run `bb dev:electron-start` to do this step with one command.
Alternatively, run `bb dev:electron-start` to do this step with one command. To
download bb, see https://github.com/babashka/babashka#installation.
### Production
Build a release: