Skip to content

Commit

Permalink
Merge pull request #5 from openconfig/gnoi
Browse files Browse the repository at this point in the history
fix markdown
  • Loading branch information
mhines01 authored Aug 17, 2017
2 parents 8ec4541 + 1dfdfb2 commit 7a7a841
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
gNOI defines a set of gRPC-based microservices for executing operational commands on network devices.

# Rebuild *.pb.go files
```
cd ${GOPATH}/src
protoc -I=${GOPATH}/src:${GOPATH}/src/github.com/openconfig/gnoi --go_out=plugins=grpc:. ${GOPATH}/src/github.com/openconfig/gnoi/types.proto
protoc -I=${GOPATH}/src:${GOPATH}/src/github.com/openconfig/gnoi --go_out=plugins=grpc:. ${GOPATH}/src/github.com/openconfig/gnoi/bgp/bgp.proto
Expand All @@ -11,3 +12,4 @@ protoc -I=${GOPATH}/src:${GOPATH}/src/github.com/openconfig/gnoi --go_out=plugin
protoc -I=${GOPATH}/src:${GOPATH}/src/github.com/openconfig/gnoi --go_out=plugins=grpc:. ${GOPATH}/src/github.com/openconfig/gnoi/mpls/mpls.proto
protoc -I=${GOPATH}/src:${GOPATH}/src/github.com/openconfig/gnoi --go_out=plugins=grpc:. ${GOPATH}/src/github.com/openconfig/gnoi/system/system.proto
cd -
```

0 comments on commit 7a7a841

Please sign in to comment.