From: Dessalines Date: Fri, 26 Apr 2019 16:15:17 +0000 (-0700) Subject: Documentation X-Git-Url: http://these/git/?a=commitdiff_plain;h=66cbd050a10b9a13d911f77d18983b982c6c7326;p=lemmy.git Documentation --- diff --git a/README.md b/README.md index eb923f3f..94238136 100644 --- 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: diff --git a/install.sh b/install.sh index a06681f2..071acc6f 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,8 @@ #!/bin/sh set -e +export DATABASE_URL=postgres://rrr:rrr@localhost/rrr + cd ui yarn yarn build