From ba3df1817424b8f4f487b413bb6eec4c324ac4e8 Mon Sep 17 00:00:00 2001 From: 0x5ECF4ULT Date: Mon, 5 Oct 2020 16:59:57 +0200 Subject: [PATCH] Updating README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 647fabb0..cfc4e263 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ After downloading or building the container, run the following: For example, this will run the tool against all the hosts in `urls.txt` and output the results to your host file system: ```sh -▶ cat urls.txt | docker run -v /path-to-nuclei-templates:/go/src/app/ -i projectdiscovery/nuclei -t ./files/git-config.yaml > results.txt +▶ cat urls.txt | docker run -v /path/to/nuclei-templates:/app/nuclei-templates -v /path/to/nuclei/config:/app/.nuclei-config.json -i projectdiscovery/nuclei -t ./files/git-config.yaml > results.txt ``` Remember to change `/path-to-nuclei-templates` to the real path on your host file system.