From 89cd0c7aaa70cef74103560ed532152f24929c67 Mon Sep 17 00:00:00 2001 From: Lucian Nitescu Date: Thu, 20 Jan 2022 15:23:15 +0200 Subject: [PATCH] Update README.md Update to latest version of go. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 418a33c..9163b80 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ sudo dnf -y install chisel ### Source ```sh -$ go get -v github.com/jpillora/chisel +$ go install github.com/jpillora/chisel@latest -v ``` ## Demo @@ -406,4 +406,4 @@ Since WebSockets support is required: ## License -[MIT](https://github.com/jpillora/chisel/blob/master/LICENSE) © Jaime Pillora \ No newline at end of file +[MIT](https://github.com/jpillora/chisel/blob/master/LICENSE) © Jaime Pillora