Skip to content

Commit

Permalink
chore: we only support installing from source (#182)
Browse files Browse the repository at this point in the history
gobuilder.me is dead, and it's only a matter of time before someone
starts to distribute malware from this domain...
  • Loading branch information
Stebalien authored Feb 28, 2024
1 parent 097adda commit fb5ed46
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions multihash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ Warning: this is a **multihash** tool! Its digests follow the [multihash](https:

### Install

- From Source:
```
go get github.com/multiformats/go-multihash/multihash
```
- Precompiled Binaries: https://gobuilder.me/github.com/multiformats/go-multihash/multihash
```
go get github.com/multiformats/go-multihash/multihash@latest
```

### Usage

Expand Down

0 comments on commit fb5ed46

Please sign in to comment.