Skip to content

Commit cbfcbed

Browse files
authored
Docs: Improve INSTALLATION guide (#73)
* Improve INSTALLTION guide * Rephrasing
1 parent 30011c1 commit cbfcbed

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

INSTALLATION.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,27 @@ brew install stackit
2020

2121
### Linux
2222

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.
2424

2525
### Windows
2626

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

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`
3430

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:
3632

3733
```shell
3834
go install github.com/stackitcloud/stackit-cli@latest
3935
```
4036

4137
> For more information, please refer to the [`go install` documentation](https://go.dev/ref/mod#go-install)
4238
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.
42+
43+
### Compile from source
4444

4545
1. Clone the repository
4646
2. Build the application locally by running:

0 commit comments

Comments
 (0)