Simplify install instructions
This commit is contained in:
parent
6fe3f6c3eb
commit
44a44c9873
1 changed files with 4 additions and 4 deletions
|
@ -64,11 +64,11 @@ Made with [Rust](https://www.rust-lang.org), [Actix](https://actix.rs/), [Infern
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
|
|
||||||
Make sure you have both docker and docker-compose(>=`1.24.0`) installed.
|
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/dessalines/lemmy
|
apt install docker docker-compose
|
||||||
cd lemmy/docker
|
mkdir /lemmy/
|
||||||
|
cd /lemmy/
|
||||||
|
wget https://github.com/dessalines/lemmy/blob/master/docker/docker-compose.yml
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Reference in a new issue