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

Commit 2e40797

Browse files
author
Michel Casabianca
committed
Removed $ on commands in documentation
1 parent cdafd05 commit 2e40797

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ This tool parses Go binary dependencies and calls [NVD database](https://nvd.nis
2323
To install Gobinsec, type following command:
2424

2525
```
26-
$ sh -c "$(curl -L https://github.com/intercloud/gobinsec/releases/latest/download/install)"
26+
sh -c "$(curl -L https://github.com/intercloud/gobinsec/releases/latest/download/install)"
2727
```
2828

2929
Or (if you don't have *curl* installed):
3030

3131
```
32-
$ sh -c "$(wget -O - https://github.com/intercloud/gobinsec/releases/latest/download/install)"
32+
sh -c "$(wget -O - https://github.com/intercloud/gobinsec/releases/latest/download/install)"
3333
```
3434

3535
Alternatively, if Go is already installed on your machine, you can also build and install latest version in your *GOPATH* with:
3636

3737
```
38-
$ go install github.com/intercloud/gobinsec@latest
38+
go install github.com/intercloud/gobinsec@latest
3939
```
4040

4141
Finally, you can 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*.

0 commit comments

Comments
 (0)