From 7167b4b614d2def7cbb0b3103d4cd3981ddedc92 Mon Sep 17 00:00:00 2001 From: codenoid <14269809+codenoid@users.noreply.github.com> Date: Sun, 10 Jul 2022 19:59:28 +0700 Subject: [PATCH] README: remove -v from go install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 781d9278..39443e96 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ sudo dnf -y install chisel ### Source ```sh -$ go install github.com/jpillora/chisel@latest -v +$ go install github.com/jpillora/chisel@latest ``` ## Demo