From 056e9315b0f52b28bab68b77835da296447bd398 Mon Sep 17 00:00:00 2001 From: Mackenzie Hauck Date: Sun, 22 Jul 2018 19:16:49 -0600 Subject: [PATCH] remove precompiled binary installation method --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 9a51e64..29aca79 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,6 @@ There are a couple ways to install `tantivy-cli`. If you are a Rust programmer, you probably have `cargo` installed and you can just run `cargo install tantivy-cli` -Alternatively, you can directly download a -static binary for [Linux x86 64](https://github.com/tantivy-search/tantivy-cli/releases/download/0.4.2/tantivy-cli-0.4.2-x86_64-unknown-linux-musl.tar.gz) or for [Mac OS X](https://github.com/tantivy-search/tantivy-cli/releases/download/0.4.2/tantivy-cli-0.4.2-x86_64-apple-darwin.tar.gz) -and save it in a directory on your system's `PATH`. - - ## Creating the index: `new`