From e05f8d6c5802dcad4e28f873edf4acf3e819e5f4 Mon Sep 17 00:00:00 2001 From: Holly Date: Mon, 26 Jun 2023 16:50:51 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.