summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Ableitner <me@nutomic.com>2019-08-15 16:32:09 +0000
committerGitHub <noreply@github.com>2019-08-15 16:32:09 +0000
commit7183e2942275eebb23bd20f12eaf8671118d7ae9 (patch)
tree113e942c3515a15bbae1413b478f09e6e4391c98
parentc2cb36bfa4bd8e55fbdbde51bd9fbfd2554ccfa4 (diff)
Simplify install instructions
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 295c436f..35f172a0 100644
--- a/README.md
+++ b/README.md
@@ -64,11 +64,11 @@ Made with [Rust](https://www.rust-lang.org), [Actix](https://actix.rs/), [Infern
### Docker
-Make sure you have both docker and docker-compose(>=`1.24.0`) installed.
-
```
-git clone https://github.com/dessalines/lemmy
-cd lemmy/docker
+apt install docker docker-compose
+mkdir /lemmy/
+cd /lemmy/
+wget https://github.com/dessalines/lemmy/blob/master/docker/docker-compose.yml
docker-compose up -d
```