We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1939d8b commit 17f0be9Copy full SHA for 17f0be9
README.md
@@ -5,9 +5,10 @@
5
Automatically curate open source yara rules and run scans
6
7
## Installation
8
-`go get github.com/cooperq/yaya`
9
-`go install github.com/cooperq/yaya`
10
-
+```
+go get github.com/cooperq/yaya
+go install github.com/cooperq/yaya
11
12
### Dependencies
13
Yaya depends on the following packages outside the standard library:
14
* https://github.com/go-git/go-git
@@ -29,4 +30,4 @@ Commands:
29
30
edit - ban or remove rulesets
31
add - add a custom ruleset, located at <path>
32
scan - perform a yara scan on the directory at <path>
-```
33
0 commit comments