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