1
0
mirror of https://github.com/Oxalide/vsphere-influxdb-go.git synced 2023-10-10 13:36:51 +02:00

Update README.md to reflect post-vendoring changes

This commit is contained in:
Adrian Todorov 2017-10-25 23:18:25 +02:00 committed by GitHub
parent a59409f16b
commit 9e002045d0

View File

@ -7,12 +7,7 @@
* [govmomi](https://github.com/vmware/govmomi)
* [influxDB go client](https://github.com/influxdata/influxdb/tree/master/client/v2)
You'll need to go get them both for the script to work:
```
go get github.com/vmware/govmomi
go get github.com/influxdata/influxdb/client/v2
```
Both are installed via go dep when go getting the project:
# Run