🏡 index : ~doyle/reaper.git

author Jordan Doyle <jordan@9t9t9.com> 2017-11-11 12:13:01.0 +00:00:00
committer Jordan Doyle <jordan@9t9t9.com> 2017-11-11 12:13:01.0 +00:00:00
commit
d61baee97086064503d6818c11ed5c14c8f22f46 [patch]
tree
6cad20eb42b9967555d7fe2ed691d90b8edde9dc
parent
511f1312af2f01eaf24b92ed65629bccfe487144
download
d61baee97086064503d6818c11ed5c14c8f22f46.tar.gz

Add crates-specific stuff now we're on there



Diff

 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`.