update README installation section

master
edef 2016-08-30 21:03:48 -04:00
parent 1aa5ffdcd0
commit dd69fa563a
1 changed files with 2 additions and 3 deletions

View File

@ -118,19 +118,18 @@ Windows is not supported (see [explanation](#windows-compatibility) below).
## Installation
libfringe is a [Cargo](https://crates.io) package.
It's not stable software yet, so you'll have to use it as a git dependency.
Add this to your `Cargo.toml`:
```toml
[dependencies.fringe]
git = "https://github.com/edef1c/libfringe.git"
version = "1.0.2"
```
To use libfringe on a bare-metal target, add the `no-default-features` key:
```toml
[dependencies.fringe]
git = "https://github.com/edef1c/libfringe.git"
version = "1.0.2"
no-default-features = true
```