To install Ops, you will first need to install prerequisites.
To get the source code, clone it from the official github repo, which can be found here
$ git clone git@github.com:nanovms/ops.git $GOPATH/src/github.com/nanovms/opsOnce you've clone the repo, cd into the ops directory.
$ cd $GOPATH/src/github.com/nanovms/opsUse the make command to install the various dependencies of Ops.
$ make depsTo compile the source code into an executable, use the make command.
$ make build