From 87bf57b1f1bb89dbb11a98736f4a01a795e25912 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 18 Apr 2019 07:45:05 -0700 Subject: Updating readme for docker install --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3