mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-22 08:35:29 +00:00
WIP chore: updated readme with install instructions (#2777)
* docker go version update * docker fix * chore: updated readme with install instructions It's probably better to have the install instructions in the readme directly than to have to open a link to view install instructions * added the reference link Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io> Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
This commit is contained in:
parent
31ee08ecf0
commit
4c49a69d80
17
README.md
17
README.md
@ -59,6 +59,23 @@ Nuclei requires **go1.18** to install successfully. Run the following command to
|
|||||||
go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latest
|
go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Brew</summary>
|
||||||
|
|
||||||
|
```sh
|
||||||
|
brew install nuclei
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>Docker</summary>
|
||||||
|
|
||||||
|
```sh
|
||||||
|
docker pull projectdiscovery/nuclei:latest
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
**More installation [methods can be found here](https://nuclei.projectdiscovery.io/nuclei/get-started/).**
|
**More installation [methods can be found here](https://nuclei.projectdiscovery.io/nuclei/get-started/).**
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user