From: Felix Ableitner Date: Thu, 15 Aug 2019 16:32:09 +0000 (+0000) Subject: Simplify install instructions X-Git-Url: http://these/git/?a=commitdiff_plain;h=44a44c987363eff3af9fed2ca86605cc058b2751;p=lemmy.git Simplify install instructions --- 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 ```