Update 'README.md'

This commit is contained in:
Johan Koke 2022-08-18 08:30:49 +00:00
parent 41b0b9899c
commit bbff6f78ae
1 changed files with 6 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# Project Title # Project Title
A short description about the project and/or client. Docker bedrock server
## Getting Started ## 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. The things you need before installing the software.
* You need this * A working docker host with git and docker-compose pre installed
* And you need this * port forwarding if your host is behind a router or firewall
* Oh, and don't forget this
### Installation ### Installation
A step by step guide that will tell you how to get the development environment up and running. 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 $ git clone https://git.koke.estate/Docker/Minecraft-Bedrock.git
$ cp sample.env .env $ cp sample.env .env
$ nano .env $ nano .env
@ -29,9 +29,8 @@ $ nano .env
A few examples of useful commands and/or tasks. A few examples of useful commands and/or tasks.
``` ```
$ First example $ docker-compose pull
$ Second example $ docker-compose up -d
$ And keep this in mind
``` ```
## Deployment ## Deployment