Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hidanio committed Dec 26, 2024
1 parent b8d5f9b commit bdfd240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ noverify version

You're done! Proceed to the [Getting started](/docs/getting_started.md) page.

## With `go get`
## With `go install`

Make sure you have [Go](https://golang.org/dl/) version 1.16 or higher installed.
Run the following command:

```shell
$ go get github.com/VKCOM/noverify
$ go install github.com/VKCOM/noverify@latest
```

NoVerify will be installed to `$GOPATH/bin/noverify`, which usually expands to `$HOME/go/bin/noverify`.
Expand Down

0 comments on commit bdfd240

Please sign in to comment.