doc(README): update readme for ENV

pull/1158/head
defclass 2021-01-18 17:53:08 +08:00
parent 073df06617
commit eb774cc9b1
1 changed files with 3 additions and 1 deletions

View File

@ -85,9 +85,11 @@ Open <http://localhost:3001>.
### 4. Build a release
``` bash
yarn release
ENV=prod yarn release
```
ENV: we can release a version for `staging` or `prod`. Logseq will read the environment variable from `resources/config.edn`
## Alternative: Docker based development environment
### 1. Fetch sources