summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-08-15 14:18:49 -0700
committerDessalines <tyhou13@gmx.com>2019-08-15 14:18:49 -0700
commitb42d76de877260c4231cba805db39bab8278e06a (patch)
treed3fce2e05580c6812fd29a62ed91157300b8603e /README.md
parentf375a5ae730c104f8e80962046c1ca55681cc2b1 (diff)
Changing to githubs raw url.
Diffstat (limited to 'README.md')
-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
```