update go get to go install for installing executables, closes influxdata/DAR#394 (#5148)

pull/5149/head^2
Scott Anderson 2023-09-20 12:12:40 -06:00 committed by GitHub
parent 32d117a647
commit f0e6830ec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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:
```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`).

View File

@ -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:
```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`).