Update README.md
This commit is contained in:
parent
b038315b35
commit
e05f8d6c58
1 changed files with 4 additions and 4 deletions
|
@ -41,10 +41,10 @@ me trying to understand minecraft beta's protocol
|
|||
<hr>
|
||||
|
||||
## Running the server
|
||||
```
|
||||
**** Heads Up! ****
|
||||
**Heads Up!**
|
||||
This server is under pretty heavy development with most likley breaking changes, I will try my best to keep compatibility in the save formats (or provide migration paths) with updates but cannot guarentee it.
|
||||
```
|
||||
|
||||
|
||||
To use the server either grab a [release](https://github.com/tgpholly/mc-beta-server/releases/latest) or build it yourself.
|
||||
|
||||
### Running from a release
|
||||
|
@ -68,4 +68,4 @@ Copy the [`config.example.json`](https://github.com/tgpholly/mc-beta-server/blob
|
|||
npm run dev:run
|
||||
```
|
||||
You are now running a server locally!
|
||||
When running the server with `npm run dev:run` it is running with nodemon, this means that the server will auto restart as you edit.
|
||||
When running the server with `npm run dev:run` it is running with nodemon, this means that the server will auto restart as you edit.
|
||||
|
|
Loading…
Reference in a new issue