Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cooperq/yaya
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperq committed Jun 29, 2020
2 parents 3b58584 + 17f0be9 commit 9a38afa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -33,4 +33,4 @@ Commands:
edit - ban or remove rulesets
add - add a custom ruleset, located at <path>
scan - perform a yara scan on the directory at <path>
```
```

0 comments on commit 9a38afa

Please sign in to comment.