From c450fd2702b0f4c1567fe562016d41496e9bcdaa Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Wed, 1 May 2019 14:32:00 -0600 Subject: [PATCH] updating wording around running executables in place --- content/v2.0/get-started.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/v2.0/get-started.md b/content/v2.0/get-started.md index 95a580ac3..77c9cfea4 100644 --- a/content/v2.0/get-started.md +++ b/content/v2.0/get-started.md @@ -39,7 +39,8 @@ _**Note:** The following commands are examples. Adjust the file paths to your ow gunzip -c ~/Downloads/influxdb_2.0.0-alpha.8_darwin_amd64.tar.gz | tar xopf - ``` -Run the `influx` and `influxd` executables in place or copy them to your `$PATH`. +If you choose, you can place `influx` and `influxd` in your `$PATH`. +_You can also prefix the executables with `./` to run then in place._ ```sh # (Optional) Copy the influx and influxd binary to your $PATH