Skip to content

Commit

Permalink
Add instructions for homebrew + go install (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender authored Jan 29, 2025
1 parent dcd0db3 commit d18f5f2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ Collection of CLI tools for working with Chia Blockchain

Download the correct executable file from the release page and run. If you are on debian/ubuntu, you can install using the apt repo, documented below.

### Apt Repo Installation
### Homebrew Installation (MacOS)

1. `brew install chia-network/chia/chia-tools`

### Apt Repo Installation (Ubuntu/Debian)

#### Set up the repository

Expand Down Expand Up @@ -40,6 +44,10 @@ sudo apt-get update
sudo apt-get install chia-tools
```

### Go Install

`go install github.com/chia-network/chia-tools@latest`

### Docker

Prebuilt docker images are available.
Expand Down

0 comments on commit d18f5f2

Please sign in to comment.