Skip to content

Commit

Permalink
updated install doc and added dev section in gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Hidanio committed Jul 25, 2024
1 parent c7f3cf9 commit edebca6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ src/cmd/stubs/phpstorm-stubs/
y.output
.idea
vendor
dev
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 edebca6

Please sign in to comment.