diff --git a/README.md b/README.md index 03b1867..2d1bfc5 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,10 @@ me trying to understand minecraft beta's protocol
## 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. \ No newline at end of file +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.