Skip to content

Commit

Permalink
Update README.md with correct go installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvin-Riker authored Feb 26, 2024
1 parent 98d37d1 commit 0f16560
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 @@ -29,7 +29,7 @@
Or, if you have a [Go development environment](https://golang.org/doc/install):

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

> 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 0f16560

Please sign in to comment.