Update readme.md

This commit is contained in:
Daniel Loudon 2019-09-23 00:00:48 +01:00 committed by GitHub
parent 9953989de6
commit 585b5bcbf8
1 changed files with 2 additions and 2 deletions

View File

@ -25,11 +25,11 @@ then `cd ` into your local copy...
`lerna bootstrap` will install all modules `lerna bootstrap` will install all modules
`lerna run build` will build all pakcages `lerna run build` will build all packages
`lerna run initialise` will initialise your budibase (i.e. create local database) `lerna run initialise` will initialise your budibase (i.e. create local database)
### 3. Running ### 4. Running
`lerna run dev:builder` - will run up the builder and server together - i.e. when you want to do some work on the builder `lerna run dev:builder` - will run up the builder and server together - i.e. when you want to do some work on the builder