]> Untitled Git - lemmy.git/commitdiff
Documentation
authorDessalines <tyhou13@gmx.com>
Fri, 26 Apr 2019 16:15:17 +0000 (09:15 -0700)
committerDessalines <tyhou13@gmx.com>
Fri, 26 Apr 2019 16:15:17 +0000 (09:15 -0700)
README.md
install.sh

index eb923f3fa8fa9f6cc67c58ae2ea3789282358b16..94238136f2caea60b5b42f73c97dd01eaffd5a91 100644 (file)
--- a/README.md
+++ b/README.md
@@ -73,7 +73,6 @@ and goto http://localhost:8536
 #### Running
 ```
 git clone https://github.com/dessalines/lemmy
-export DATABASE_URL=postgres://rrr:rrr@localhost/rrr
 cd lemmy
 ./install.sh
 # For live coding, where both the front and back end, automagically reload on any save, do:
index a06681f27583048646a563b507f8dee663b1a38f..071acc6fb497b707f265a2689495d6cf9df31cda 100755 (executable)
@@ -1,6 +1,8 @@
 #!/bin/sh
 set -e
 
+export DATABASE_URL=postgres://rrr:rrr@localhost/rrr
+
 cd ui
 yarn
 yarn build