1
0
mirror of https://github.com/mgechev/revive.git synced 2025-10-30 23:37:49 +02:00

go get reference updates (#750)

This commit is contained in:
Attila Fabian
2022-10-04 10:26:40 +02:00
committed by GitHub
parent 3116818e59
commit ec731c068d
2 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. I updated revive `go get -u github.com/mgechev/revive`
1. I updated revive `go install github.com/mgechev/revive@latest`
2. I run it with the following flags & configuration file:
```shell

View File

@@ -4,14 +4,14 @@ This document explains how to build, test, and develop features for revive.
## Installation
In order to install all the dependencies run:
Clone the project:
```bash
go get -u github.com/mgechev/revive
cd $GOPATH/src/github.com/mgechev/revive
```
git clone git@github.com:mgechev/revive.git
cd revive
```
After that install the dependencies using go modules:
In order to fetch all the dependencies run:
```bash
make install