update readme
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
# Go-MC
|
# Go-MC
|
||||||
|
|
||||||

|

|
||||||
[](https://pkg.go.dev/github.com/Tnze/go-mc)
|
[](https://pkg.go.dev/github.com/Tnze/go-mc)
|
||||||
[](https://goreportcard.com/report/github.com/Tnze/go-mc)
|
[](https://goreportcard.com/report/github.com/Tnze/go-mc)
|
||||||
[](https://travis-ci.org/Tnze/go-mc)
|
[](https://travis-ci.org/Tnze/go-mc)
|
||||||
@ -28,7 +28,8 @@ There's some library in Go support you to create your Minecraft client or server
|
|||||||
|
|
||||||
After you install golang:
|
After you install golang:
|
||||||
To get the latest version: `go get github.com/Tnze/go-mc@master`
|
To get the latest version: `go get github.com/Tnze/go-mc@master`
|
||||||
To get old versions (e.g. 1.14.3): `go get github.com/Tnze/go-mc@v1.14.3`
|
To get the first of each primary version: `go get github.com/Tnze/go-mc@v1.19.0`
|
||||||
|
To get old versions (e.g. 1.18.2): `go get github.com/Tnze/go-mc@v1.18.2`
|
||||||
|
|
||||||
First, you might have a try of the simple examples. It's a good start.
|
First, you might have a try of the simple examples. It's a good start.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user