Skip to content

Commit

Permalink
Add a 'cargo install' section to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
ergrelet committed Oct 2, 2022
1 parent 12ad211 commit 68526a6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,16 @@ git clone https://github.com/ergrelet/cpplumber.git
cd cpplumber
cargo build --release
```

## How to Install

If you have Rust installed, you can easily install Cpplumber with `cargo`:
```
cargo install --git https://github.com/ergrelet/cpplumber --tag 0.1.0
```

After that, you can invoke `cpplumber` from anywhere through the command-line.

Keep in mind that you need to have the required dependencies installed for
`cpplumber` to run properly. Check out the user documentation for more details.

0 comments on commit 68526a6

Please sign in to comment.