From 59209f4165bca6ae7d1e8a90c5f76061fb51eaef Mon Sep 17 00:00:00 2001 From: kphunter Date: Fri, 23 Apr 2021 22:03:53 -0700 Subject: [PATCH] Fix path tip --- website/content/docs/install/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/install/index.mdx b/website/content/docs/install/index.mdx index 06922f280..cc7413204 100644 --- a/website/content/docs/install/index.mdx +++ b/website/content/docs/install/index.mdx @@ -37,7 +37,7 @@ Nomad's location to your `PATH`. editing your shell's settings file (usually called something like `~/.bashrc`, where the part of the file name after the `.` and before `rc` is the name of your shell). In that file you will see a line that starts with `export PATH=`, -followed by a colon-separated list of locations. Add the location of the Consul +followed by a colon-separated list of locations. Add the location of the Nomad binary to that list and save the file. Then reload your shell's configuration with the command `source ~/.bashrc`, replacing `bash` with the name of your shell.