Merge pull request #10442 from kphunter/patch-1

Fix path tip
This commit is contained in:
Mahmood Ali 2021-04-24 08:34:59 -04:00 committed by GitHub
commit 2a66922daf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Nomad's location to your `PATH`.
editing your shell's settings file (usually called something like `~/.bashrc`, 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 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=`, 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 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 with the command `source ~/.bashrc`, replacing `bash` with the name of your
shell. shell.