summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDessalines <happydooby@gmail.com>2019-08-15 14:22:19 -0700
committerDessalines <happydooby@gmail.com>2019-08-15 14:22:19 -0700
commitd3ecba4405e8a2bfb7ea02ac17c2c9f5be978d4a (patch)
tree2ff416845c3f10bc74544cf1527b4ac1bdc768eb /README.md
parent8e503c52d3c021ea93273c0120fec8425a62b875 (diff)
parenteb0d0350c1847feb398b14166352c660a3fefea2 (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
```