diff --git a/README.md b/README.md index 14620044..0f8cd9c2 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,14 @@ You can install `vulctl` CLI using one of the following ways: See the [release section](https://github.com/mchmarny/vulctl/releases/latest) for `vulctl` checksums and SBOMs. +## Go + +If you have Go 1.17 or newer, you can install latest `vulctl` using: + +```shell +go install github.com/mchmarny/vulctl/cmd/vulctl@latest +``` + ## Homebrew On Mac or Linux, you can install `vulctl` with [Homebrew](https://brew.sh/): @@ -66,14 +74,6 @@ wget https://github.com/aquasecurity/vulctl/releases/download/v$VERSION/vulctl-$ sudo dpkg -i vulctl-$VERSION_Linux-64bit.deb ``` -## Go - -If you have Go 1.17 or newer, you can install latest `vulctl` using: - -```shell -go install github.com/mchmarny/vulctl/cmd/vulctl@latest -``` - ## Binary You can also download the [latest release](https://github.com/mchmarny/vulctl/releases/latest) version of `vulctl` for your operating system/architecture from [here](https://github.com/mchmarny/vulctl/releases/latest). Put the binary somewhere in your $PATH, and make sure it has that executable bit.