Skip to content

Commit

Permalink
README: use go get's -u flag
Browse files Browse the repository at this point in the history
  • Loading branch information
adonovan authored Nov 5, 2018
1 parent da27261 commit 1adc2a6
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 @@ -51,7 +51,7 @@ Build the code:

```shell

$ go get go.starlark.net/cmd/starlark # check out the code
$ go get -u go.starlark.net/cmd/starlark # check out the code and dependencies
$ go install go.starlark.net/cmd/starlark # install interpreter in $GOPATH/bin
```

Expand Down

0 comments on commit 1adc2a6

Please sign in to comment.