update go get to go install for installing executables, closes influxdata/DAR#394 (#5148)
parent
32d117a647
commit
f0e6830ec5
|
@ -18,7 +18,7 @@ Use the InfluxDB inch tool to simulate streaming data to InfluxDB and measure yo
|
||||||
1. To install `inch`, run the following command in your terminal:
|
1. To install `inch`, run the following command in your terminal:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ go get github.com/influxdata/inch/cmd/inch
|
$ go install github.com/influxdata/inch/cmd/inch
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Verify `inch` is successfully installed in your `GOPATH/bin` (default on Unix `$HOME/go/bin`).
|
2. Verify `inch` is successfully installed in your `GOPATH/bin` (default on Unix `$HOME/go/bin`).
|
||||||
|
|
|
@ -18,7 +18,7 @@ Use the InfluxDB inch tool to simulate streaming data to InfluxDB and measure yo
|
||||||
1. To install `inch`, run the following command in your terminal:
|
1. To install `inch`, run the following command in your terminal:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ go get github.com/influxdata/inch/cmd/inch
|
$ go install github.com/influxdata/inch/cmd/inch
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Verify `inch` is successfully installed in your `GOPATH/bin` (default on Unix `$HOME/go/bin`).
|
2. Verify `inch` is successfully installed in your `GOPATH/bin` (default on Unix `$HOME/go/bin`).
|
||||||
|
|
Loading…
Reference in New Issue