diff --git a/README.md b/README.md index ea5fe3c1a..761d92fd1 100644 --- a/README.md +++ b/README.md @@ -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