Simplify install instructions

This commit is contained in:
Felix Ableitner 2019-08-15 16:32:09 +00:00 committed by GitHub
parent 6fe3f6c3eb
commit 44a44c9873

View file

@ -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
```