Skip to content

Commit

Permalink
Remove the dollar sign so it can be copy pasted to terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
uudashr committed Jul 26, 2024
1 parent 45a123c commit ca09c44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,14 @@ The following structures receive a nesting increment commensurate with their nes

## Installation

```
$ go install github.com/uudashr/gocognit/cmd/gocognit@latest
```shell
go install github.com/uudashr/gocognit/cmd/gocognit@latest
```

or

```
$ go get github.com/uudashr/gocognit/cmd/gocognit
```shell
go get github.com/uudashr/gocognit/cmd/gocognit
```

## Usage
Expand Down

0 comments on commit ca09c44

Please sign in to comment.