diff --git a/src/administration/install_docker.md b/src/administration/install_docker.md index d3b12ab..5de0835 100644 --- a/src/administration/install_docker.md +++ b/src/administration/install_docker.md @@ -4,8 +4,8 @@ Make sure you have both docker and docker-compose(>=`1.24.0`) installed. On Ubun ```bash # Create a folder for the lemmy files. the location doesnt matter, you can put this anywhere you want -mkdir /lemmy -cd /lemmy +mkdir lemmy +cd lemmy ``` ## Download default config files