chore: Updated README
f79f7d6c
1 file(s) · +5 −5
| 18 | 18 | cargo --version |
|
| 19 | 19 | ``` |
|
| 20 | 20 | ||
| 21 | - | 2. Clone the repo and `cd` into it |
|
| 21 | + | 2. Run the install command |
|
| 22 | 22 | ||
| 23 | 23 | ```bash |
|
| 24 | - | git clone https://github.com/stevedylandev/walletfetch |
|
| 25 | - | cd walletfetch |
|
| 24 | + | cargo install walletfetch |
|
| 26 | 25 | ``` |
|
| 27 | 26 | ||
| 28 | - | 3. Install locally |
|
| 27 | + | Make sure it worked by running |
|
| 29 | 28 | ||
| 30 | 29 | ```bash |
|
| 31 | - | cargo install --path . |
|
| 30 | + | walletfetch --version |
|
| 32 | 31 | ``` |
|
| 32 | + | ||
| 33 | 33 | ||
| 34 | 34 | ## Usage |
|
| 35 | 35 |