Skip to content

Commit 9a38afa

Browse files
committed
Merge branch 'master' of github.com:cooperq/yaya
2 parents 3b58584 + 17f0be9 commit 9a38afa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
Automatically curate open source yara rules and run scans
66

77
## Installation
8-
`go get github.com/cooperq/yaya`
9-
10-
`go install github.com/cooperq/yaya`
11-
8+
```
9+
go get github.com/cooperq/yaya
10+
go install github.com/cooperq/yaya
11+
```
1212
### Dependencies
1313
Yaya depends on the following packages outside the standard library:
1414
* https://github.com/go-git/go-git
@@ -33,4 +33,4 @@ Commands:
3333
edit - ban or remove rulesets
3434
add - add a custom ruleset, located at <path>
3535
scan - perform a yara scan on the directory at <path>
36-
```
36+
```

0 commit comments

Comments
 (0)