Skip to content

Commit

Permalink
Add -u to go get instructions
Browse files Browse the repository at this point in the history
Updates existing installs
  • Loading branch information
justincampbell committed Jun 4, 2018
1 parent 134401c commit d8eda95
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 @@ -11,7 +11,7 @@
Or, if you have a [Go development environment](https://golang.org/doc/install):

```
go get github.com/open-pomodoro/openpomodoro-cli/cmd/pomodoro
go get -u github.com/open-pomodoro/openpomodoro-cli/cmd/pomodoro
```

> If you already have another command named `pomodoro`, use `go get github.com/open-pomodoro/openpomodoro-cli` to install the `openpomodoro-cli` command.
Expand Down

0 comments on commit d8eda95

Please sign in to comment.