Sfoglia il codice sorgente

doc(README): update readme for ENV

defclass 5 anni fa
parent
commit
eb774cc9b1
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      README.md

+ 3 - 1
README.md

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