Skip to content

Commit

Permalink
docs: Add installing with cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
dybdeskarphet committed Sep 28, 2024
1 parent 81789a8 commit 9b42242
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ _mcfetch (monochromatic fetch)_ is a lightweight system information fetching pro

## 🔧 Installation

### From crates.io

You can install mcfetch directly from Crates.io if you have Rust and Cargo installed:

```bash
cargo install mcfetch
```

### Manually

```bash
git clone https://github.com/dybdeskarphet/mcfetch.git
cd mcfetch
Expand Down

0 comments on commit 9b42242

Please sign in to comment.