Update README.md

This commit is contained in:
David Peter 2017-05-13 00:05:00 +02:00 committed by GitHub
parent 461f8b3bef
commit 6a705b5267
1 changed files with 8 additions and 2 deletions

View File

@ -13,10 +13,16 @@
* Unicode-aware. * Unicode-aware.
* The command name is *50%* shorter than `find` :-). * The command name is *50%* shorter than `find` :-).
## Examples ## Demo
<a href="https://asciinema.org/a/120318" target="_blank"><img src="https://asciinema.org/a/120318.png" width="600" /></a> <a href="https://asciinema.org/a/120318" target="_blank"><img src="https://asciinema.org/a/120318.png" width="600" align="center" /></a>
## Build ## Build
```bash ```bash
cargo build --release cargo build --release
``` ```
## Install
```
cargo install
```
The release page also includes precompiled binaries for Linux.