Skip to content

Commit 6d1d250

Browse files
docs(README.md): fix go install cmd (#252)
1 parent 0280650 commit 6d1d250

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Use "upctl [command] --help" for more information about a command.
6363
Install the latest with Go by running:
6464

6565
```bash
66-
go install github.com/UpCloudLtd/upcloud-cli/cmd/upctl/v2@latest
66+
go install github.com/UpCloudLtd/upcloud-cli/v2/...@latest
6767
```
6868

6969
To use upctl as a binary, download it from the

0 commit comments

Comments
 (0)