Skip to content

Commit

Permalink
Fixed some content (twistlock#35)
Browse files Browse the repository at this point in the history
  Removed specific golang version
  We no longer need to run godep restore
  • Loading branch information
pmcgrath committed Apr 18, 2017
1 parent 568e021 commit 0beedb6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,9 @@ The authorization plugin can run as a container application or as a host service

## Setting up local dev environment

* Install [go 1.5](https://golang.org/dl/) and [docker](https://docs.docker.com/linux/step_one/).
* Install [go](https://golang.org/dl/) and [docker](https://docs.docker.com/engine/getstarted/step_one/).
* Install [godep](https://github.com/tools/godep).
* Clone the project.
* Restore go dependencies:
```go
$ godep restore
```
* Build the binary and image:
```go
$ make all
Expand Down

0 comments on commit 0beedb6

Please sign in to comment.