Skip to content

Commit

Permalink
mention recommended dev approach
Browse files Browse the repository at this point in the history
  • Loading branch information
iampeterbanjo committed Oct 11, 2018
1 parent a3ae987 commit 71ebbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ riffraff status -v "^application-.*-unittests$"
## Development

* Install golang version 1.11 or later for [go modules](https://github.com/golang/go/wiki/Modules) support
* Get the source using `go get -u github.com/mre/riffraff.git` or clone this repository to a directory under your `$GOPATH/src`
* 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

## OBTW
Expand Down

0 comments on commit 71ebbbf

Please sign in to comment.