modified README

This commit is contained in:
Johan Koke 2022-08-22 09:06:25 +00:00
parent bbff6f78ae
commit 656520fb3d
1 changed files with 6 additions and 0 deletions

View File

@ -19,8 +19,14 @@ A step by step guide that will tell you how to get the development environment u
``` ```
$ mkdir yourservername && cd yourservername $ 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
``` ```