From e39f1ec9dc1d489883017374e240479a712d9275 Mon Sep 17 00:00:00 2001 From: Tnze Date: Wed, 31 Jul 2019 01:30:31 +0800 Subject: [PATCH] =?UTF-8?q?get=E6=97=A7=E7=89=88=E7=9A=84=E6=96=B9?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed3ec10..d925c84 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,9 @@ Some examples are at `/cmd` folder. > `1.13.2` version is at [gomcbot](https://github.com/Tnze/gomcbot). # Getting start -After you install golang tools: +After you install golang tools: +To get latest version: `go get github.com/Tnze/go-mc@master` +To get old versions (eg. 1.14.3): `go get github.com/Tnze/go-mc@v1.14.3` - 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/cmd/daze` to join local server at *localhost:25565* as Steve on offline mode.