Update Basic setup
This commit is contained in:
parent
066323ed77
commit
02b3d0fa54
23
README.md
23
README.md
@ -69,7 +69,28 @@ you're running something like Ubuntu.*
|
|||||||
|
|
||||||
## Basic setup
|
## Basic setup
|
||||||
|
|
||||||
- [ ] ***TBD***
|
- Option 1: Run the script directly from GitHub
|
||||||
|
|
||||||
|
```bash
|
||||||
|
curl -sSL https://raw.githubusercontent.com/jiriks74/msman.sh/main/msman.sh | sh -s -- --redownload
|
||||||
|
```
|
||||||
|
|
||||||
|
- Option 2: Download `msman.sh` from release to where you want your minecraft
|
||||||
|
server and start it with
|
||||||
|
|
||||||
|
```bash
|
||||||
|
chmod +x msman.sh
|
||||||
|
./msman.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
- Option 2: Clone the repository
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/jiriks74/msman.sh minecraft_server
|
||||||
|
cd minecraft_server
|
||||||
|
chmod +x msman.sh
|
||||||
|
./msman.sh
|
||||||
|
```
|
||||||
|
|
||||||
## Updating the server
|
## Updating the server
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user