Update 'README.md'
This commit is contained in:
13
README.md
13
README.md
@@ -1,6 +1,6 @@
|
||||
# Project Title
|
||||
|
||||
A short description about the project and/or client.
|
||||
Docker bedrock server
|
||||
|
||||
## Getting Started
|
||||
|
||||
@@ -10,15 +10,15 @@ These instructions will get you a copy of the project up and running on your loc
|
||||
|
||||
The things you need before installing the software.
|
||||
|
||||
* You need this
|
||||
* And you need this
|
||||
* Oh, and don't forget this
|
||||
* A working docker host with git and docker-compose pre installed
|
||||
* port forwarding if your host is behind a router or firewall
|
||||
|
||||
### Installation
|
||||
|
||||
A step by step guide that will tell you how to get the development environment up and running.
|
||||
|
||||
```
|
||||
$ mkdir yourservername && cd yourservername
|
||||
$ git clone https://git.koke.estate/Docker/Minecraft-Bedrock.git
|
||||
$ cp sample.env .env
|
||||
$ nano .env
|
||||
@@ -29,9 +29,8 @@ $ nano .env
|
||||
A few examples of useful commands and/or tasks.
|
||||
|
||||
```
|
||||
$ First example
|
||||
$ Second example
|
||||
$ And keep this in mind
|
||||
$ docker-compose pull
|
||||
$ docker-compose up -d
|
||||
```
|
||||
|
||||
## Deployment
|
||||
|
||||
Reference in New Issue
Block a user