From 158472f53afd3e2b7d1ced147c974758895cc3ed Mon Sep 17 00:00:00 2001 From: Nizamul Rana Date: Tue, 17 Apr 2018 14:57:38 +0530 Subject: [PATCH] Updated README.md --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96d1f82..14f2e9b 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,6 @@ Put these values in the config.json file and you should be good to go. > If your $GOPATH is /home/go, make sure to place your config.json file in $GOPATH/bin folder or wherever you have the binary. Otherwise, it will not work. -## NOTE -This tool is currently in active development. So some features may not work or maybe broken. Please do a PR or create an Issue for any features, suggestions or ideas. Would love to hear from you guys. - ## Docker Git clone the repo, then build and run subfinder in a container with the following commands @@ -62,3 +59,14 @@ For example, this runs the tool against uber.com and output the results to your docker run --rm -it subfinder -d uber.com > uber.com.txt ``` > Note: `-o uber.com.txt` would output into the docker container, which is deleted once the process finishes, because of the `--rm` segment of the docker command) + +## NOTE +This tool is currently in active development. So some features may not work or maybe broken. Please do a PR or create an Issue for any features, suggestions or ideas. Would love to hear from you guys. + +## Acknowledgements + +- @FranticFerret for his work on adding docker support. + +## License + +MIT License