]> Untitled Git - lemmy.git/commitdiff
Updating readme for docker install
authorDessalines <tyhou13@gmx.com>
Thu, 18 Apr 2019 14:45:05 +0000 (07:45 -0700)
committerDessalines <tyhou13@gmx.com>
Thu, 18 Apr 2019 14:45:05 +0000 (07:45 -0700)
README.md

index ea5fe3c1a1d5eb52ba4e2d185ce2a289166d2437..761d92fd108217f88132108aaf72006bbb51d20f 100644 (file)
--- 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