You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALLATION.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,27 +20,27 @@ brew install stackit
20
20
21
21
### Linux
22
22
23
-
We are working on distributing the CLI using a package manager for Linux. For the moment, you can either install via [Homebrew](https://brew.sh/) or refer to the [manual installation](#manual-installation) guide.
23
+
We are working on distributing the CLI using a package manager for Linux. For the moment, you can either install via [Homebrew](https://brew.sh/) or refer to one of the installation methods below.
24
24
25
25
### Windows
26
26
27
-
We are working on distributing the CLI using a package manager for Windows. For the moment, please refer to the [manual installation](#manual-installation) guide.
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
28
29
-
## Manual installation
30
-
31
-
You can also get the STACKIT CLI by compiling it from source or downloading a pre-compiled binary.
32
-
33
-
### Compile from source
29
+
## Using `go install`
34
30
35
-
If you have Go 1.16+ installed, you can directly install via:
31
+
If you have [Go](https://go.dev/doc/install) 1.16+ installed, you can directly install the STACKIT CLI via:
36
32
37
33
```shell
38
34
go install github.com/stackitcloud/stackit-cli@latest
39
35
```
40
36
41
37
> For more information, please refer to the [`go install` documentation](https://go.dev/ref/mod#go-install)
42
38
43
-
Alternativelly, you can:
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