-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lowercase name bug for ingress-nginx, documentation fix (#200)
- Loading branch information
Showing
3 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,10 @@ Read the [Introductory blog-post](https://medium.com/kubeshop-i/hello-kusk-opena | |
### Latest release on Github | ||
`go install github.com/kubeshop/kusk@$VERSION` | ||
|
||
If you don't want to build it yourself, the [Releases](https://github.com/kubeshop/kusk/releases) page contains already built binaries for all supported platforms. | ||
|
||
Download it and unpack *kusk* to the directory of you choice. | ||
|
||
### From source | ||
```shell | ||
git clone [email protected]:kubeshop/kusk.git && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,10 @@ | |
### Latest release on Github | ||
`go install github.com/kubeshop/kusk@$VERSION` | ||
|
||
If you don't want to build it yourself, the [Releases](https://github.com/kubeshop/kusk/releases) page contains already built binaries for all supported platforms. | ||
|
||
Download it and unpack *kusk* to the directory of you choice. | ||
|
||
### From source | ||
```shell | ||
git clone [email protected]:kubeshop/kusk.git && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters