Skip to content

Commit

Permalink
Update info about Linux installation
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljperry committed Dec 11, 2023
1 parent 2a87e3f commit 4da0bd7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -861,10 +861,12 @@ C:\Program Files\Chia\resources\app.asar.unpacked\daemon\chia.exe
```
</TabItem>
<TabItem value="Linux" label="Linux">

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.

</TabItem>
</Tabs>
Expand Down

0 comments on commit 4da0bd7

Please sign in to comment.