diff --git a/README.md b/README.md index 12940ac..6faa988 100644 --- a/README.md +++ b/README.md @@ -12,17 +12,14 @@ You have to manually install Docker first if you don't have it installed on your You will need to install [Docker Compose](https://docs.docker.com/compose/) for automated deploying. -```shell -$ apt install docker-compose # debian +```bash +sudo apt install docker-compose ``` -Download the example file, optionally change the directories, passwords, etc. then run it +Download the example file, optionally change the directories, passwords, etc. then run it with -```shell -$ git clone https://github.com/NamelessMC/Nameless-Docker.git -$ cd Nameless-Docker -$ vim docker-compose.dev.yaml -$ docker-compose up -d +```bash +docker-compose up -d ``` When the containers are up, visit the website in a browser to start the installer. By default it listens on any interface, port 80.