diff --git a/README.md b/README.md index c3ce806..b5f77cb 100644 --- a/README.md +++ b/README.md @@ -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 ```