Skip to content

Commit ee6d03e

Browse files
committed
new readme
1 parent 9d63bd3 commit ee6d03e

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
# MCSAST v2
2-
[![Discord](https://img.shields.io/discord/891325967203729472?color=5865F2&label=discord&style=for-the-badge)](https://discord.gg/uQ4UXANnP2)
2+
[![Discord](https://img.shields.io/discord/891325967203729472?color=5865F2&label=discord&style=for-the-badge)](https://discord.gg/uQ4UXANnP2)
3+
34
Setup a new Paper / Purpur / Spigot server quickly and easily.
45
## Usage
6+
Install via Cargo
7+
```
8+
cargo install mcsast
9+
```
10+
Run with command
11+
```
12+
mcsast
13+
```
514
Give information to us with terminal:
615
<img width="970" alt="image" src="https://github.com/user-attachments/assets/6c42d27c-d4fe-4bad-bb36-ce5d6b3debad">
716

8-
If you want it to setup automantic, here is a command (If you are using Windows, please add .exe after the file name, like `.\Minecraft-server-auto-setup.exe`):
17+
If you want it to setup automantic, here is a command
918
```
10-
./Minecraft-server-auto-setup --software=paper --mc-version=1.21.1 --eula=true -y
19+
mcsast --software=paper --mc-version=1.21.1 --eula=true -y
1120
```

0 commit comments

Comments
 (0)