From d61baee97086064503d6818c11ed5c14c8f22f46 Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Sat, 11 Nov 2017 12:13:01 +0000 Subject: [PATCH] Add crates-specific stuff now we're on there --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4009ee4..4db266e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # reaper -[![License](https://img.shields.io/github/license/w4/reaper.svg?style=flat-square)](http://github.com/jordandoyle/reaper) +[![License](https://img.shields.io/github/license/w4/reaper.svg?style=flat-square)](https://github.com/w4/reaper) [![Downloads](https://img.shields.io/crates/d/reaper.svg?style=flat-square)](https://crates.io/crates/reaper) [![Version](https://img.shields.io/crates/v/reaper.svg?style=flat-square)](https://crates.io/crates/reaper) [League of Legends](http://leagueoflegends.com) mass summoner name checker. Supply a region and a list and the application will check the list for available summoner names. Common uses are finding quick @@ -38,5 +38,10 @@ For example: Will check the list `username_list.txt` for available summoner names on Europe West using API key `my-api-key` and outputs what it finds to output.txt -Builds are available under releases or you can build it from source by pulling down the code and running -`cargo build --release`. +### Installation + +You can install via cargo by running `cargo install reaper`. This will install the latest version of reaper and the +executable will be available globally on your operating system. + +Builds are available under [GitHub Releases](https://github.com/w4/reaper/releases) or you can build it from source +by pulling down the code and running `cargo build --release`. -- libgit2 1.7.2