Skip to content

Commit

Permalink
Merge pull request #120 from anchore/readme-install-fix
Browse files Browse the repository at this point in the history
docs: emphasize installation methods before features and getting started
  • Loading branch information
Alfredo Deza authored Aug 11, 2020
2 parents 89a6201 + 2caa0d2 commit 93e39a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![GitHub release](https://img.shields.io/github/release/anchore/grype.svg)](https://github.com/anchore/grype/releases/latest)
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/anchore/grype/blob/main/LICENSE)

A vulnerability scanner for container images and filesystems
A vulnerability scanner for container images and filesystems. [Easily install the binary](#installation) to try it out.

**Features**
- Scan the contents of a container image or filesystem to find known vulnerabilities.
Expand All @@ -16,7 +16,7 @@ A vulnerability scanner for container images and filesystems
## Getting started

To scan for vulnerabilities in an image:
[Install the binary](#installation), and make sure that `grype` is available in your path. To scan for vulnerabilities in an image:
```
grype <image>
```
Expand Down

0 comments on commit 93e39a7

Please sign in to comment.