Merge pull request #67 from tsandall/master

Update Get OPA Go Source example to use go get
This commit is contained in:
Torin Sandall
2016-07-14 11:32:24 -07:00
committed by GitHub
+3 -6
View File
@@ -38,14 +38,11 @@ $ chmod u+x opa
$ ./opa version
```
## Go Source
## Go Source (Latest)
```shell
$ git clone https://github.com/open-policy-agent/opa.git $GOPATH/src/github.com/open-policy-agent/opa
$ cd $GOPATH/src/github.com/open-policy-agent/opa
$ make deps
$ make
$ ./opa version
$ go get github.com/open-policy-agent/opa
$ $GOPATH/bin/opa
```
{% endcontentfor %}