Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mchmarny committed Mar 5, 2023
1 parent da7ddce commit 3d7d60c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/):
Expand All @@ -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.
Expand Down

0 comments on commit 3d7d60c

Please sign in to comment.