Skip to content

Commit

Permalink
adding cargo install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
holtjma committed Jul 6, 2020
1 parent dd57208 commit c92b6eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ This repo contains the source code for FMLRC v2, based on the same methodology u
All installation options assume you have installed [Rust](https://www.rust-lang.org) along with the `cargo` crate manager for Rust.

### From Cargo
Coming soon.
```bash
cargo install fmlrc
fmlrc2 -h
fmlrc2-convert -h
```

### From GitHub
```bash
Expand Down

0 comments on commit c92b6eb

Please sign in to comment.