From 1a3dd325eeea916613a68ce6466084a504891ca7 Mon Sep 17 00:00:00 2001 From: Max G Date: Thu, 3 Dec 2020 23:01:28 -0500 Subject: [PATCH] docs: reword lack of additional required files --- website/pages/docs/install/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/pages/docs/install/index.mdx b/website/pages/docs/install/index.mdx index 2c6a61315c..9b3d0c6411 100644 --- a/website/pages/docs/install/index.mdx +++ b/website/pages/docs/install/index.mdx @@ -30,8 +30,8 @@ package for your system. Consul is currently packaged as a zip file. We do not have any near term plans to provide system packages. Once the zip is downloaded, unzip it into any directory. The `consul` binary -inside is all that is necessary to run Consul (or `consul.exe` for Windows). Any -additional files, if any, aren't required to run Consul. +inside is all that is necessary to run Consul (or `consul.exe` for Windows). +No additional files are required to run Consul. Copy the binary to anywhere on your system. If you intend to access it from the command-line, make sure to place it somewhere on your `PATH`.