From e1b9ebd162dd36cd954208ce1f3d358f69461610 Mon Sep 17 00:00:00 2001 From: Ankit Pati Date: Mon, 15 Aug 2022 16:54:29 +0530 Subject: [PATCH] Fix build instructions for Go 1.18+ (#412) Reference: https://golang.org/doc/go-get-install-deprecation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb11a02e..5eafad97 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Build the code: ```shell # check out the code and dependencies, # and install interpreter in $GOPATH/bin -$ go get -u go.starlark.net/cmd/starlark +$ go install go.starlark.net/cmd/starlark@latest ``` Run the interpreter: