From 637688f82edd53f2de798e5404ec32ab54626548 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Thu, 15 Aug 2019 16:32:09 +0000 Subject: [PATCH 1/2] Simplify install instructions --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 295c436f6..35f172a05 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 ``` From 345f3e2bca0220e1f93406b9b228827ff10fdc58 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Thu, 15 Aug 2019 16:36:34 +0000 Subject: [PATCH 2/2] asd --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35f172a05..d0d537761 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,9 @@ 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. + ``` -apt install docker docker-compose mkdir /lemmy/ cd /lemmy/ wget https://github.com/dessalines/lemmy/blob/master/docker/docker-compose.yml