summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-08-15 14:22:19 -0700
committerDessalines <tyhou13@gmx.com>2019-08-15 14:22:19 -0700
commitf8cfc28a07fea0c7678016399d7d106e7d48aaf7 (patch)
tree777515f45d3a471f535398da5a5ccb4e2da5cece /README.md
parentd6046982e05a254b9304cd34352b4bc130c70250 (diff)
parent09e931eefad7bf03b3ab94b1bbdbf22861be23f7 (diff)
Merge branch 'master' into dev
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
```