Skip to content

Commit 1d525fd

Browse files
authored
docs: remove go install instructions from README, note Go version elsewhere (#420)
This may not be the recommended way to install, and the previous getting started chapter already links to the complete install instructions, including from prebuilt binaries (as well as the `go install` way).
1 parent e0cfea0 commit 1d525fd

2 files changed

Lines changed: 2 additions & 15 deletions

File tree

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,6 @@ to control your resources from the command line or any compatible interface.
1010

1111
For instructions on how to install `upctl`, configure credentials, and run commands, see [Getting started](https://upcloudltd.github.io/upcloud-cli/) instructions in the documentation.
1212

13-
## Install with go install
14-
15-
Install the latest version of `upctl` with `go install` by running:
16-
17-
```sh
18-
go install github.com/UpCloudLtd/upcloud-cli/v3/...@latest
19-
```
20-
21-
Run `upctl version` to verify that the tool was installed successfully and `upctl help` to print usage instructions.
22-
23-
```sh
24-
upctl version
25-
upctl help
26-
```
27-
2813
## Exit codes
2914

3015
Exit code communicates success or the type and number of failures. Possible exit codes of `upctl` are:

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ using a package manager, Docker image, or from sources with `go install`:
7474
go install github.com/UpCloudLtd/upcloud-cli/v3/...@latest
7575
```
7676

77+
Make sure to have recent enough Go installed (see `go.mod` in the source tree for the constraints).
78+
7779
=== "Docker"
7880

7981
Pull the latest build from GHCR by running:

0 commit comments

Comments
 (0)