From 6a705b5267777fef1d429a1069ec1e33770591eb Mon Sep 17 00:00:00 2001 From: David Peter Date: Sat, 13 May 2017 00:05:00 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2e8eb6..0e7319b 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,16 @@ * Unicode-aware. * The command name is *50%* shorter than `find` :-). -## Examples - +## Demo + ## Build ```bash cargo build --release ``` + +## Install +``` +cargo install +``` +The release page also includes precompiled binaries for Linux.