From 37326a2373bb1b08af890e94317c0c704e225bbb Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Tue, 9 Jul 2024 13:27:43 +0200 Subject: [PATCH] Update install docs to use `go install` Signed-off-by: Sascha Grunert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16524c4..18aeaf5 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ $ chmod +x $BINARY Or, if you have a go development environment set up: ``` -go get sigs.k8s.io/mdtoc +go install sigs.k8s.io/mdtoc@latest ``` ## Community, discussion, contribution, and support