Skip to content

Commit

Permalink
go get reference updates (mgechev#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
attiss authored Oct 4, 2022
1 parent 3116818 commit ec731c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec731c0

Please sign in to comment.