mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
Changing setup from root dirs.
This commit is contained in:
parent
42cb8cf496
commit
1a3932fdb6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue