chore: Updated readme
e9ff1cfd
1 file(s) · +2 −6
| 10 | 10 | ||
| 11 | 11 | ## Installation |
|
| 12 | 12 | ||
| 13 | - | For the time being you can install `walletfetch` by building from source, which is actually pretty easy. Just follow the steps below: |
|
| 14 | - | ||
| 15 | - | 1. Make sure you have [Rust installed](https://www.rust-lang.org/tools/install) |
|
| 13 | + | Visit the [releases page](https://github.com/stevedylandev/walletfetch/releases) for various install methods, or you can use [Homebrew](https://brew.sh) or [Cargo](https://www.rust-lang.org/tools/install) |
|
| 16 | 14 | ||
| 17 | 15 | ```bash |
|
| 18 | - | cargo --version |
|
| 16 | + | brew install stevedylandev/walletfetch/walletfetch |
|
| 19 | 17 | ``` |
|
| 20 | - | ||
| 21 | - | 2. Run the install command |
|
| 22 | 18 | ||
| 23 | 19 | ```bash |
|
| 24 | 20 | cargo install walletfetch |