Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rckh authored Apr 18, 2022
1 parent 1ae45d6 commit 1803cd7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ vaf is a cross-platform web fuzzer with a lot of features. Some of its features

## Installing

You can install vaf:
- by downloading the **pre-compiled binaries in the [releases page](https://github.com/d4rckh/vaf/releases/)** and adding them manually to your path
- by running the `install.sh` **bash script** which will __download nim from releases, and move it to /usr/bin__ (make sure to `chmod +x install.sh`)
You can install vaf using this one-liner:
```
curl https://raw.githubusercontent.com/d4rckh/vaf/main/install.sh | sudo bash
```

## Options

Expand Down

0 comments on commit 1803cd7

Please sign in to comment.