summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDessalines <happydooby@gmail.com>2019-08-15 14:18:49 -0700
committerDessalines <happydooby@gmail.com>2019-08-15 14:18:49 -0700
commit8ae03b9bda1eb1ef22d24f7809f8f6aa46207029 (patch)
treeea802f678457908b202dc1a82793433cd5a32bab
parent2093a6c1740217d43bf19147dcf7dfb4812fc3ee (diff)
Changing to githubs raw url.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d0d53776..61461ffb 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ Make sure you have both docker and docker-compose(>=`1.24.0`) installed.
```
mkdir /lemmy/
cd /lemmy/
-wget https://github.com/dessalines/lemmy/blob/master/docker/docker-compose.yml
+wget https://raw.githubusercontent.com/dessalines/lemmy/master/docker/docker-compose.yml
docker-compose up -d
```