github.com/psiphon-inc/goarista@v0.0.0-20160825065156-d002785f4c67/cmd/README.md (about) 1 # OpenConfig clients 2 3 The `oc*` commands are clients for the [OpenConfig](http://openconfig.net) gRPC interface. 4 5 # Running 6 7 After installing [Go](https://golang.org/dl/) and setting the [GOPATH](https://golang.org/doc/code.html#GOPATH) environment variable to the path to your workspace, you can just run: 8 9 ``` 10 go get github.com/aristanetworks/goarista/cmd/<cmd> 11 $GOPATH/bin/<cmd> 12 ```