From d55340ed39d1c90c669a7eab4e101a3ecef13164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ros=C3=A1rio=20P=2E=20Fernandes?= Date: Mon, 17 Apr 2023 14:45:52 +0100 Subject: [PATCH] go get --> go install --- scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index d706e5f..4c1a26d 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -10,7 +10,7 @@ Install the `claat` tool from this repo: https://github.com/googlecodelabs/tools ``` -go get github.com/googlecodelabs/tools/claat +go install github.com/googlecodelabs/tools/claat@latest ``` ### node