From 57b9d29b8accd9eb17c1c39ddf05e4d119918ad9 Mon Sep 17 00:00:00 2001 From: Yann Simon Date: Thu, 2 Feb 2017 14:58:06 +0100 Subject: [PATCH] document how to use nightly rust with rustup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c82cf2d..ce99db4 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ In this tutorial, we will create a brand new index with the articles of English 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`. +run `cargo install tantivy-cli` or `rustup run nightly cargo install tantivy-cli`. Alternatively, if you are on 64-bit Linux, you can directly download a static binary: [binaries/linux_x86_64/](http://fulmicoton.com/tantivy-files/binaries/0.2.0/linux_x86_64/tantivy),