From 8178654025d406563933965106bd196a179afb8b Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Wed, 1 May 2019 14:33:18 -0600 Subject: [PATCH] removed emphasis on running in place statement --- content/v2.0/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v2.0/get-started.md b/content/v2.0/get-started.md index 77c9cfea4..673efc19c 100644 --- a/content/v2.0/get-started.md +++ b/content/v2.0/get-started.md @@ -40,7 +40,7 @@ gunzip -c ~/Downloads/influxdb_2.0.0-alpha.8_darwin_amd64.tar.gz | tar xopf - ``` If you choose, you can place `influx` and `influxd` in your `$PATH`. -_You can also prefix the executables with `./` to run then in place._ +You can also prefix the executables with `./` to run then in place. ```sh # (Optional) Copy the influx and influxd binary to your $PATH