diff options
author | Till Höppner | 2016-03-01 16:28:14 +0100 |
---|---|---|
committer | Till Höppner | 2016-03-01 16:28:14 +0100 |
commit | 52d4c29f5bce85abadeb9fd394f55caf488b37f3 (patch) | |
tree | 28dbd738ee5c137cf13368c47541e372a5d1c68b /README.md | |
parent | db864ea792c1bc0ad2c76764213ef3c5fc31f9d1 (diff) | |
download | ilc-52d4c29f5bce85abadeb9fd394f55caf488b37f3.tar.gz ilc-52d4c29f5bce85abadeb9fd394f55caf488b37f3.tar.xz ilc-52d4c29f5bce85abadeb9fd394f55caf488b37f3.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -31,7 +31,9 @@ Because I'm using experimental features (slice_patterns), you have to use a Rust ###### From crates.io - cargo install ilc +```console +cargo install ilc +``` ###### From git @@ -42,10 +44,12 @@ Because I'm using experimental features (slice_patterns), you have to use a Rust To compile: - cargo build --release +```console +cargo build --release +``` #### Usage -``` +```console Usage: ilc parse [options] [-i FILE...] ilc convert [options] [-i FILE...] |