openfaas-incubator / vcenter-connector

Extend vCenter with OpenFaaS
MIT License
28 stars 8 forks source link

Add instructions to build vcsim and govc #5

Closed alexellis closed 5 years ago

alexellis commented 5 years ago

Add instructions to build vcsim and govc

These should be something like:

go get -u github.com/vmware/govmomi
cd $GOPATH/github.com/vmware/govmomi

cd govc
go install

cd ../vcsim
go install