Skip to content

Commit

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

:::note
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 one of the following locations:

```bash
/usr/lib/chia-blockchain/resources/app.asar.unpacked/daemon/chia
/lib/chia-blockchain/resources/app.asar.unpacked/daemon/chia
```
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.

</TabItem>
</Tabs>
Expand Down

0 comments on commit 2a87e3f

Please sign in to comment.