diff --git a/README.md b/README.md new file mode 100644 index 0000000..81228f6 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# drone-cookiescan +Imports JSON from [cookiescan](https://github.com/tomsteele/cookiescan) into a lair project + +## Install +Download a compiled binary for supported operating systems from [here](https://github.com/lair-framework/drone-cookiescan/releases/latest). + +``` +$ mv drone-cookiescan* drone-cookiescan +$ ./drone-cookiescan -h +``` + +## Build from source +``` +$ go get github.com/lair-framework/drone-cookiescan +```