From 9ae748a80e617c061022c8dbcfc03af6085764b1 Mon Sep 17 00:00:00 2001 From: Birkhoff Lee Date: Fri, 12 May 2017 17:26:37 +0800 Subject: [PATCH] Change title names --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 892d34b..3faaf07 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ You have to manually install Docker first if you don't have it installed on your If you want to specify the version of NamelessMC you want, head to https://github.com/NamelessMC/Nameless-Docker#manually-run-commands. -## # Automated deployment +## # Automated Deployment You will need to install [Docker Compose](https://docs.docker.com/compose/) for automated deploying. If you don't have it installed, run the following: ``` @@ -29,7 +29,7 @@ $ docker-compose up -d When the container is up, follow the guide at https://github.com/NamelessMC/Nameless-Docker#namelessmc-installation. -## # Manually run commands +## # Manual Deployment If you more like to run the containers by yourself or using them with other containers like [jwilder/nginx-proxy](https://github.com/jwilder/nginx-proxy), you may want to do it yourself. First, clone the repository: @@ -62,7 +62,7 @@ $ docker run -d -p 80:80 --link nameless_db --name nameless namelessmc That's it! -# # NamelessMC Installation +# # Installation After deploying the containers, open up the corresponding URL in your web browser to get started with NamelessMC. By default, the web server will be available at `0.0.0.0:80`, means if you deployed it on you own computer, the URL is gonna be `http://localhost`. Instead, if you did it on a remote server, the URL would be `http://`.