From: Dessalines Date: Thu, 15 Aug 2019 21:21:27 +0000 (-0700) Subject: Changing setup from root dirs. X-Git-Url: http://these/git/?a=commitdiff_plain;h=09e931eefad7bf03b3ab94b1bbdbf22861be23f7;p=lemmy.git Changing setup from root dirs. --- diff --git a/README.md b/README.md index 61461ffb..86eba8e6 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,8 @@ Made with [Rust](https://www.rust-lang.org), [Actix](https://actix.rs/), [Infern Make sure you have both docker and docker-compose(>=`1.24.0`) installed. ``` -mkdir /lemmy/ -cd /lemmy/ +mkdir lemmy/ +cd lemmy/ wget https://raw.githubusercontent.com/dessalines/lemmy/master/docker/docker-compose.yml docker-compose up -d ```