Install from Source
$ git clone [email protected]:nanovms/ops.git $GOPATH/src/github.com/nanovms/ops
Once you've clone the repo,
cd
into the ops
directory.$ cd $GOPATH/src/github.com/nanovms/ops
Use the
make
command to install the various dependencies of Ops.$ make deps
To compile the source code into an executable, use the
make
command.$ make build
Last modified 4yr ago