summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDessalines <happydooby@gmail.com>2019-04-18 07:45:05 -0700
committerDessalines <happydooby@gmail.com>2019-04-18 07:45:05 -0700
commit87bf57b1f1bb89dbb11a98736f4a01a795e25912 (patch)
tree5cfe0ed2dcdf3451c470f2168f6a806dfb6904bb /README.md
parente8892f24fc658a4117d133e79c6d719fbb71c2e7 (diff)
Updating readme for docker install
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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