mirror of
https://github.com/mgechev/revive.git
synced 2025-11-29 22:28:23 +02:00
Add installation instructions
This commit is contained in:
@@ -22,6 +22,12 @@ Here's how `revive` is different from `golint`:
|
||||
|
||||
Since the default behavior of `revive` is compatible with `golint`, without providing any additional flags, the only difference you'd notice is faster execution.
|
||||
|
||||
### Installation
|
||||
|
||||
```bash
|
||||
go get -u github.com/mgechev/revive
|
||||
```
|
||||
|
||||
### Command Line Flags
|
||||
|
||||
`revive` accepts three command line parameters:
|
||||
|
||||
Reference in New Issue
Block a user