Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
wfxr committed Mar 16, 2021
1 parent 5b48b5b commit 69d64ab
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,16 @@ Prebuilt versions of `clitrans` for various architectures are available at [Gith

#### From source

`clitrans` is also published on [crates.io](https://crates.io). If you have Rust toolchains (1.40 or above) installed you can use `cargo` to install it from source:
`clitrans` is also published on [crates.io](https://crates.io). If you have Rust toolchains installed you can use `cargo` to install it from source:

```
cargo install --locked clitrans --features audio
cargo install --locked clitrans
```

If you want the latest version, clone this repository and run `cargo build --release`.
If you want the latest version, install it from this repository:
```
cargo install --git https://github.com/wfxr/clitrans --locked
```

### Related Project

Expand Down

0 comments on commit 69d64ab

Please sign in to comment.