Skip to content

Commit

Permalink
make README clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg committed Oct 2, 2024
1 parent b6aceec commit d130db1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Useful flags:

## Installation

### Containerized
### Container

`docker pull cgr.dev/chainguard/malcontent:latest`

Expand All @@ -73,14 +73,14 @@ Requirements:
- [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/) - for dependency handling, included in many UNIX distributions
- [yara](https://virustotal.github.io/yara/) - the rule language

On Linux and macOS, you can run this to install YARA:
For example, to install the YARA library on Linux or macOS:

```shell
brew install yara || sudo apt install libyara-dev \
|| sudo dnf install yara-devel || sudo pacman -S yara
```

then:
Install malcontent:

```shell
go install github.com/chainguard-dev/malcontent/cmd/mal@latest
Expand Down

0 comments on commit d130db1

Please sign in to comment.