Documentation

This commit is contained in:
Dessalines 2019-04-26 09:15:17 -07:00
parent e7697cf20b
commit 66cbd050a1
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -1,6 +1,8 @@
#!/bin/sh
set -e
export DATABASE_URL=postgres://rrr:rrr@localhost/rrr
cd ui
yarn
yarn build