Merge branch 'patch-1' of https://github.com/Nutomic/lemmy into Nutomic-patch-1

This commit is contained in:
Dessalines 2019-08-15 14:14:33 -07:00
commit f375a5ae73
1 changed files with 3 additions and 2 deletions

View File

@ -67,8 +67,9 @@ 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.
```
git clone https://github.com/dessalines/lemmy
cd lemmy/docker
mkdir /lemmy/
cd /lemmy/
wget https://github.com/dessalines/lemmy/blob/master/docker/docker-compose.yml
docker-compose up -d
```