Browse Source

Add link to download bb

Gabriel Horner 3 years ago
parent
commit
462afd1f89
1 changed files with 4 additions and 1 deletions
  1. 4 1
      docs/develop-logseq.md

+ 4 - 1
docs/develop-logseq.md

@@ -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: