]> Untitled Git - lemmy.git/commitdiff
Simplify install instructions
authorFelix Ableitner <me@nutomic.com>
Thu, 15 Aug 2019 16:32:09 +0000 (16:32 +0000)
committerGitHub <noreply@github.com>
Thu, 15 Aug 2019 16:32:09 +0000 (16:32 +0000)
README.md

index 295c436f6b2edf3115ab4f4fb89795bba399cefe..35f172a0586f5cb0cf04b48ea2da52f04b102186 100644 (file)
--- 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
 ```