We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
go install
1 parent 0c87e6d commit bc45b69Copy full SHA for bc45b69
1 file changed
INSTALLATION.md
@@ -26,16 +26,6 @@ We are working on distributing the CLI using a package manager for Linux. For th
26
27
We are working on distributing the CLI using a package manager for Windows. For the moment, please refer to one of the installation methods below.
28
29
-## Using `go install`
30
-
31
-If you have [Go](https://go.dev/doc/install) 1.16+ installed, you can directly install the STACKIT CLI via:
32
33
-```shell
34
-go install github.com/stackitcloud/stackit-cli@latest
35
-```
36
37
-> For more information, please refer to the [`go install` documentation](https://go.dev/ref/mod#go-install)
38
39
## Manual installation
40
41
You can also get the STACKIT CLI by compiling it from source or downloading a pre-compiled binary.
0 commit comments