diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index c1228def7a..dfd7808183 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -861,10 +861,12 @@ C:\Program Files\Chia\resources\app.asar.unpacked\daemon\chia.exe ``` - - If you installed Chia from source, the CLI will not require any further setup. - If you installed Chia with the Linux installer files, the CLI commands are stored in `/usr/bin/chia`, so you should be able to run `chia` directly from the command line without any further setup. + The CLI commands are stored in the following location: + ``` + /usr/bin/chia + ``` + This location should already be included in your system's PATH, so you should be able to run `chia` directly from the command line without any further setup.