Skip to content

Commit

Permalink
remove govendor from installation instructions (#87)
Browse files Browse the repository at this point in the history
* remove govendor from installation instructions

* Go modules is considered production with go 1.14
  • Loading branch information
David Poirier authored Apr 26, 2021
1 parent d5e79b6 commit 79b6814
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,21 @@ I became interested in creating a replacement for the existing daemon.

##### Installation

1. Install [golang](https://golang.org/doc/install), version 1.7 or greater is required
2. Install [`govendor`](https://github.com/kardianos/govendor) if you haven't already

```go get -u github.com/kardianos/govendor```

1. Install [golang](https://golang.org/doc/install), version 1.14 or greater is required
2. Clone the repo

```
git clone (this repo)
cd go-audit
```

2. Build the binary
3. Build the binary

```
make
```

3. Copy the binary `go-audit` to wherever you'd like
4. Copy the binary `go-audit` to wherever you'd like

##### Testing

Expand Down

0 comments on commit 79b6814

Please sign in to comment.