diff --git a/README.md b/README.md index 94238136f..eb923f3fa 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ 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/ui/src/components/login.tsx b/ui/src/components/login.tsx index eb974c797..b64c7a7cd 100644 --- a/ui/src/components/login.tsx +++ b/ui/src/components/login.tsx @@ -129,7 +129,7 @@ export class Login extends Component { - +