diff --git a/README.md b/README.md
index ef1626952..297bdb669 100644
--- a/README.md
+++ b/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
```
+Brew
+
+ ```sh
+ brew install nuclei
+ ```
+
+Docker
+
+ ```sh
+ docker pull projectdiscovery/nuclei:latest
+ ```
+
+