diff --git a/README.md b/README.md index d837583..f352098 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ Automatically curate open source yara rules and run scans ## Installation -`go get github.com/cooperq/yaya` - -`go install github.com/cooperq/yaya` - +``` +go get github.com/cooperq/yaya +go install github.com/cooperq/yaya +``` ### Dependencies Yaya depends on the following packages outside the standard library: * https://github.com/go-git/go-git @@ -33,4 +33,4 @@ Commands: edit - ban or remove rulesets add - add a custom ruleset, located at scan - perform a yara scan on the directory at -``` \ No newline at end of file +```