From 43d005b46c55b8cb491bb2f501f4744f888dec4e Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Sun, 16 Jul 2017 22:19:28 +0900 Subject: [PATCH] Fixed sentence --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 198c838..51d226a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you are a Rust programmer, you probably have `cargo` and `rustup` installed a run `rustup run nightly cargo install tantivy-cli`. (`cargo install tantivy-cli` will work as well if nightly is your default toolchain). -Alternatively, if you are on 64-bit Linux, you can directly download a +Alternatively, you can directly download a static binary for [Linux x86 64](https://github.com/tantivy-search/tantivy-cli/releases/download/0.4.0/tantivy-cli-0.4.0-x86_64-unknown-linux-musl.tar.gz) or for [Mac OS X](https://github.com/tantivy-search/tantivy-cli/releases/download/0.4.0/tantivy-cli-0.4.0-x86_64-apple-darwin.tar.gz) and save it in a directory on your system's `PATH`.