Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit e269a08

Browse files
authored
Merge pull request #13 from intercloud/installation-brew
docs: add brew install procedure
2 parents 83f2929 + 6e9a0ab commit e269a08

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@ This tool parses Go binary dependencies and calls [NVD database](https://nvd.nis
2020

2121
## Installation
2222

23-
To install Gobinsec, type following command:
23+
For brew users, you can use [intercloud tap](https://github.com/intercloud/homebrew-tap), just type the following commands:
24+
```
25+
brew tap intercloud/tap
26+
brew install intercloud/tap/gobinsec
27+
```
28+
29+
On Linux and MacOS, you can also use the installation script, just type the following command:
2430

2531
```
2632
sh -c "$(curl -L https://github.com/intercloud/gobinsec/releases/latest/download/install)"

0 commit comments

Comments
 (0)