Skip to content

Commit

Permalink
Merge pull request #441 from Chia-Network/linux_loc
Browse files Browse the repository at this point in the history
Update chia location with linux binary installation
  • Loading branch information
danieljperry authored Dec 11, 2023
2 parents 2f162b5 + 4da0bd7 commit bbdedaa
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -861,17 +861,12 @@ 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
```

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 bbdedaa

Please sign in to comment.