summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9862885c..02035936 100644
--- a/README.md
+++ b/README.md
@@ -68,8 +68,9 @@ Made with [Rust](https://www.rust-lang.org), [Actix](https://actix.rs/), [Infern
Make sure you have both docker and docker-compose(>=`1.24.0`) installed.
```
-git clone https://github.com/dessalines/lemmy
-cd lemmy/docker
+mkdir lemmy/
+cd lemmy/
+wget https://raw.githubusercontent.com/dessalines/lemmy/master/docker/docker-compose.yml
docker-compose up -d
```