From a78cb0bef6ec556410c9d05330fff1d1c4ad8356 Mon Sep 17 00:00:00 2001 From: Steven Davies Date: Sun, 21 Jul 2019 15:37:40 +0100 Subject: [PATCH] Update required rustc version See #530 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99723f6..ee322ed 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ These options are available when running with --long (`-l`): ## Installation -exa is written in [Rust](http://www.rust-lang.org). You will need rustc version 1.17.0 or higher. The recommended way to install Rust is from the official download page. +exa is written in [Rust](http://www.rust-lang.org). You will need rustc version 1.35.0 or higher. The recommended way to install Rust is from the official download page. Once you have it set up, a simple `make install` will compile exa and install it into `/usr/local/bin`. exa depends on [libgit2](https://github.com/alexcrichton/git2-rs) for certain features.