Update README.md

master
HimbeerserverDE 2021-02-07 11:32:53 +01:00
parent 8dcc64cc76
commit 76ba2146d7
1 changed files with 1 additions and 8 deletions

View File

@ -12,21 +12,14 @@ Go 1.15 or higher is required
`go get github.com/HimbeerserverDE/multiserver`
`cd ~/go/src/github.com/HimbeerserverDE/multiserver`
`go build`
### Updating
`go get -u github.com/HimbeerserverDE/multiserver`
`cd ~/go/src/github.com/HimbeerserverDE/multiserver`
`go build`
## How to use
**Note: This shouldn't be used with existing minetest servers without moving authentication data (not the database files) to the proxy and then deleting the auth databases on the minetest servers! Not doing so can cause proxy <-> mt_server authentication to fail.**
### Running
The `go build` command will create an executable file in `~/go/src/github.com/HimbeerserverDE/multiserver/multiserver`.
The `go get` command will create an executable file in `~/go/bin/multiserver`.
This file should always be run from the same working directory. If you don't do this, the program will be unable to read the old data and will create
the default files in the new working directory.