We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b58584 + 17f0be9 commit 9a38afaCopy full SHA for 9a38afa
README.md
@@ -5,10 +5,10 @@
5
Automatically curate open source yara rules and run scans
6
7
## Installation
8
-`go get github.com/cooperq/yaya`
9
-
10
-`go install github.com/cooperq/yaya`
11
+```
+go get github.com/cooperq/yaya
+go install github.com/cooperq/yaya
12
### Dependencies
13
Yaya depends on the following packages outside the standard library:
14
* https://github.com/go-git/go-git
@@ -33,4 +33,4 @@ Commands:
33
edit - ban or remove rulesets
34
add - add a custom ruleset, located at <path>
35
scan - perform a yara scan on the directory at <path>
36
-```
0 commit comments