Skip to content

Commit 994b9e6

Browse files
committed
add crates.io doc
1 parent 8a0ecde commit 994b9e6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# ruxguitar
22

33
[![Build status](https://github.com/agourlay/ruxguitar/actions/workflows/ci.yml/badge.svg)](https://github.com/agourlay/ruxguitar/actions/workflows/ci.yml)
4+
[![Crates.io](https://img.shields.io/crates/v/ruxguitar.svg)](https://crates.io/crates/ruxguitar)
45

56
A guitar pro tablature player.
67

@@ -65,6 +66,14 @@ For instance I like to use `FluidR3_GM.sf2` which is present on most systems and
6566

6667
Using the provided binaries in https://github.com/agourlay/ruxguitar/releases
6768

69+
### Crates.io
70+
71+
Using Cargo via [crates.io](https://crates.io/crates/ruxguitar).
72+
73+
```bash
74+
cargo install ruxguitar
75+
```
76+
6877
### Build
6978

7079
Make sure to check the necessary dependencies for your system from the [CI configuration](https://github.com/agourlay/ruxguitar/blob/master/.github/workflows/ci.yml).

0 commit comments

Comments
 (0)