summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDessalines <happydooby@gmail.com>2019-08-15 14:14:33 -0700
committerDessalines <happydooby@gmail.com>2019-08-15 14:14:33 -0700
commit2093a6c1740217d43bf19147dcf7dfb4812fc3ee (patch)
tree2cbba4862f1f1823d3d146598f14a220d62d5ce5
parent9f305af491a42ef316b7a505d0c72eb0928613b6 (diff)
parent87221a8dee282cb46805e8e4d010dfb5410d09b1 (diff)
Merge branch 'patch-1' of https://github.com/Nutomic/lemmy into Nutomic-patch-1
-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
```