Ver código fonte

doc(README): update readme for ENV

defclass 5 anos atrás
pai
commit
eb774cc9b1
1 arquivos alterados com 3 adições e 1 exclusões
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -85,9 +85,11 @@ Open <http://localhost:3001>.
 ### 4. Build a release
 ### 4. Build a release
 
 
 ``` bash
 ``` 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
 ## Alternative: Docker based development environment
 
 
 ### 1. Fetch sources
 ### 1. Fetch sources