summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDessalines <happydooby@gmail.com>2019-08-15 14:21:27 -0700
committerDessalines <happydooby@gmail.com>2019-08-15 14:21:27 -0700
commiteb0d0350c1847feb398b14166352c660a3fefea2 (patch)
treef0df495a6ce883a4fed8a099ef150b402a941410
parent8ae03b9bda1eb1ef22d24f7809f8f6aa46207029 (diff)
Changing setup from root dirs.
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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
```