Skip to content

Commit bc45b69

Browse files
authored
Remove go install recommendation from guide (#85)
1 parent 0c87e6d commit bc45b69

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

INSTALLATION.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@ We are working on distributing the CLI using a package manager for Linux. For th
2626

2727
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.
2828

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-
3929
## Manual installation
4030

4131
You can also get the STACKIT CLI by compiling it from source or downloading a pre-compiled binary.

0 commit comments

Comments
 (0)