Skip to content

Commit

Permalink
fixed go install explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kharonus committed Jun 5, 2024
1 parent a557a2a commit cca1d5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ If you already have the Go toolchain installed on your system, you can install t
command:

```shell
go install https://github.com/opf/openproject-cli.git
go install github.com/opf/openproject-cli
```

This will install the most current commit development version for now. Keep in mind that the resulting command is also
not `op` but `openproject-cli`.
not `op` but `openproject-cli`. You can though rename the binary installed in your `GOPATH` or `GOBIN` directory.

## Completion

Expand Down

0 comments on commit cca1d5e

Please sign in to comment.