Skip to content

Commit

Permalink
add jenkins installation notes
Browse files Browse the repository at this point in the history
  • Loading branch information
iampeterbanjo committed Oct 11, 2018
1 parent 71ebbbf commit 0ae3e40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ riffraff status -v "^application-.*-unittests$"

* Install golang version 1.11 or later for [go modules](https://github.com/golang/go/wiki/Modules) support
* Clone this repository to a directory in your `$GOPATH/src` tree (recommended) or use`go get -u github.com/mre/riffraff.git` (uses https not SSH)
* In the source folder run `go run main.go` to install modules and run riffraff
* In the source folder run `go run main.go` to install modules and run `riffraff`
* If you don't have a Jenkins server you can run it by using its [`.war` file](https://jenkins.io/doc/pipeline/tour/getting-started/) (recommended) or installing its [`.deb` file](https://jenkins.io/doc/book/installing)

## OBTW

Expand Down

0 comments on commit 0ae3e40

Please sign in to comment.