Skip to content

Commit

Permalink
Fix build instructions for Go 1.18+ (google#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitpati authored Aug 15, 2022
1 parent e9e71af commit e1b9ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e1b9ebd

Please sign in to comment.