Skip to content

Commit 17f0be9

Browse files
authored
Update README.md
1 parent 1939d8b commit 17f0be9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
Automatically curate open source yara rules and run scans
66

77
## Installation
8-
`go get github.com/cooperq/yaya`
9-
`go install github.com/cooperq/yaya`
10-
8+
```
9+
go get github.com/cooperq/yaya
10+
go install github.com/cooperq/yaya
11+
```
1112
### Dependencies
1213
Yaya depends on the following packages outside the standard library:
1314
* https://github.com/go-git/go-git
@@ -29,4 +30,4 @@ Commands:
2930
edit - ban or remove rulesets
3031
add - add a custom ruleset, located at <path>
3132
scan - perform a yara scan on the directory at <path>
32-
```
33+
```

0 commit comments

Comments
 (0)