Skip to content

Commit

Permalink
Add link to releases page from README (#43)
Browse files Browse the repository at this point in the history
* Add link to releases page from README

* Update README.md
  • Loading branch information
oliverchang authored Dec 13, 2022
1 parent c6ed0fa commit e5f1dc6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,19 @@ The above all results in fewer, more actionable vulnerability notifications, whi

## Installing

### Prerequisites
Requires go 1.18+ to be installed

### Installation Process
Run
You may download the [SLSA3](https://slsa.dev) compliant binaries for Linux, macOS, and Windows from our [releases page](https://github.com/google/osv-scanner/releases).

#### Install from source

Alternatively, you can install this from source by running:
```bash
$ go install github.com/google/osv-scanner/cmd/osv-scanner@v1
```

This requires Go 1.18+ to be installed.

### SemVer Adherence
All releases on the same Major version will be guaranteed to have backward compatible JSON output and CLI arguments.

Expand Down

0 comments on commit e5f1dc6

Please sign in to comment.