Skip to content

Commit

Permalink
updated build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
PhaedrusTheGreek committed Nov 13, 2019
1 parent 472d148 commit c2539ff
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.BUILD.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
1. Set up your golang environment

2. Fetch Dependencies
2. Download Me and my Dependencies

```
go get github.com/PhaedrusTheGreek/nagioscheckbeat
cd $GOPATH/src/github.com/PhaedrusTheGreek/nagioscheckbeat
go get -u github.com/kardianos/govendor
govendor fetch mgutz/str +out
```

3. Checkout the desired version of `elastic/beats`
Expand All @@ -16,11 +13,13 @@ cd $GOPATH/src/github.com/elastic/beats
git checkout 7.x
```

4. Do it
4. Build

```
cd $GOPATH/src/github.com/PhaedrusTheGreek/nagioscheckbeat
make setup
mage build
go get -u github.com/kardianos/govendor
govendor fetch mgutz/str +out
make release
```

0 comments on commit c2539ff

Please sign in to comment.