summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-08-15 14:14:33 -0700
committerDessalines <tyhou13@gmx.com>2019-08-15 14:14:33 -0700
commitf375a5ae730c104f8e80962046c1ca55681cc2b1 (patch)
tree9ba24434085a54f3fa9365982175f6e83ef75feb /README.md
parentbb3b82f1f3a764ae47c0d86d11f3158503a6b638 (diff)
parent45443c0b74536360601bca8d2e0621fcda293088 (diff)
Merge branch 'patch-1' of https://github.com/Nutomic/lemmy into Nutomic-patch-1
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 295c436f..d0d53776 100644
--- a/README.md
+++ b/README.md
@@ -67,8 +67,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://github.com/dessalines/lemmy/blob/master/docker/docker-compose.yml
docker-compose up -d
```