mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-22 04:11:09 +00:00
parent
8ee8f3ef60
commit
3d39f9421b
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ Make sure you have both docker and docker-compose(>=`1.24.0`) installed. On Ubun
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Create a folder for the lemmy files. the location doesnt matter, you can put this anywhere you want
|
# Create a folder for the lemmy files. the location doesnt matter, you can put this anywhere you want
|
||||||
mkdir /lemmy
|
mkdir lemmy
|
||||||
cd /lemmy
|
cd lemmy
|
||||||
```
|
```
|
||||||
|
|
||||||
## Download default config files
|
## Download default config files
|
||||||
|
|
Loading…
Reference in a new issue