From: Dessalines Date: Thu, 18 Apr 2019 14:45:05 +0000 (-0700) Subject: Updating readme for docker install X-Git-Url: http://these/git/?a=commitdiff_plain;h=c503f0c3423de4f32cce8c9f2daeab2cebade1d0;p=lemmy.git Updating readme for docker install --- diff --git a/README.md b/README.md index ea5fe3c1..761d92fd 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