Merge pull request #90 from projectdiscovery/readme-error-fix

Corrected package extension in readme
dev
bauthard 2020-05-22 23:20:09 +05:30 committed by GitHub
commit a8bdf5da52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ This will display help for the tool. Here are all the switches it supports.
The installation is easy. You can download the pre-built binaries for your platform from the [Releases](https://github.com/projectdiscovery/nuclei/releases/) page. Extract them using tar, move it to your `$PATH`and you're ready to go. The installation is easy. You can download the pre-built binaries for your platform from the [Releases](https://github.com/projectdiscovery/nuclei/releases/) page. Extract them using tar, move it to your `$PATH`and you're ready to go.
```bash ```bash
> tar -xzvf nuclei-linux-amd64.tar > tar -xzvf nuclei-linux-amd64.tar.gz
> mv nuclei-linux-amd64 /usr/bin/nuclei > mv nuclei-linux-amd64 /usr/bin/nuclei
> nuclei -h > nuclei -h
``` ```