Updating readme for docker install

This commit is contained in:
Dessalines 2019-04-18 07:45:05 -07:00
parent 6219e29b3c
commit c503f0c342

View file

@ -39,10 +39,11 @@ Made with [Rust](https://www.rust-lang.org), [Actix](https://actix.rs/), [Infern
## Install
### Docker
Make sure you have both docker and docker-compose installed.
```
git clone https://github.com/dessalines/lemmy
cd lemmy
docker-compose up
./docker_update.sh # This pulls the newest version, builds and runs it
```
and goto http://localhost:8536
### Local Development