Install from Source
Install from Source
Getting the Source Code
$ git clone git@github.com:nanovms/ops.git $GOPATH/src/github.com/nanovms/ops$ cd $GOPATH/src/github.com/nanovms/opsInstalling dependencies
$ make depsBuild the Executable
$ go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
$ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
$ go install github.com/bufbuild/buf/cmd/buf@latestBuild the Executable including specified providers only
Last updated