]> Untitled Git - lemmy.git/commitdiff
Changing setup from root dirs.
authorDessalines <tyhou13@gmx.com>
Thu, 15 Aug 2019 21:21:27 +0000 (14:21 -0700)
committerDessalines <tyhou13@gmx.com>
Thu, 15 Aug 2019 21:21:27 +0000 (14:21 -0700)
README.md

index 61461ffb650b0e17a1b5c9b96eb7b3896f856f67..86eba8e6cccec68e28c5773695a1a8940e5bb108 100644 (file)
--- 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
 ```