更新 README.md

This commit is contained in:
Tnze
2023-11-21 08:50:25 +08:00
committed by GitHub
parent 1d3646ce4a
commit 75da769c25

View File

@ -39,5 +39,5 @@ To get the first of each primary version: `go get github.com/Tnze/go-mc@v1.19.0`
### Run Examples ### Run Examples
- Run `go run github.com/Tnze/go-mc/cmd/mcping localhost` to ping and list the localhost mc server. - Run `go run github.com/Tnze/go-mc/examples/mcping localhost` to ping and list the localhost mc server.
- Run `go run github.com/Tnze/go-mc/cmd/daze` to join the local server at *localhost:25565* as player named Daze on the offline mode. - Run `go run github.com/Tnze/go-mc/examples/daze` to join the local server at *localhost:25565* as player named Daze on the offline mode.