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

Commit 26f41bf

Browse files
author
Michel Casabianca
committed
Added alternative installation method in README
1 parent 36969ca commit 26f41bf

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ This tool parses Go binary dependencies and calls [NVD database](https://nvd.nis
2121

2222
Download binary for your platform in [latest release](https://github.com/intercloud/gobinsec/releases). Rename it *gobinsec*, make it executable with `chmod +x gobinsec` and move it somewhere in your *PATH*.
2323

24+
If Go is already installed on your machine, you can also build and install it in your *GOPATH* with:
25+
26+
```
27+
$ go install github.com/intercloud/gobinsec@latest
28+
```
29+
2430
## Usage
2531

2632
To analyze given binary:

0 commit comments

Comments
 (0)