Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
firmianay authored and evdenis committed Sep 6, 2023
1 parent dd5e00a commit 53976cc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Install prerequisites:
``` shell
# Ubuntu, coccinelle uses libpython2.7 internally
# Seems like some ppas mark libpython dependency as optional
$ sudo add-apt-repository ppa:npalix/coccinelle
$ sudo apt install python3-pip coccinelle libpython2.7

# Fedora
Expand All @@ -78,6 +79,12 @@ directly from the repository (clone it on your computer beforehand):
$ pip install -e .
```

To update the cve rules from github repository:

``` shell
$ cvehound_update_rules
```

## How to use

The simplest way to start using CVEhound is to run the following command:
Expand Down

0 comments on commit 53976cc

Please sign in to comment.