Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperq authored Jun 26, 2020
1 parent 1939d8b commit 17f0be9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +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 @@ -29,4 +30,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 17f0be9

Please sign in to comment.