From 444a1e08ea063ae89654db8f4cb1f4792fdb2eb8 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Sun, 22 Feb 2015 20:02:42 -0500 Subject: [PATCH] Instruct users to build the release version (it's a little faster). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fe4f00..7d165bd 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,6 @@ You can sort by **name**, **size**, **ext**, **inode**, **modified**, **created* ## Installation -exa is written in [Rust](http://www.rust-lang.org). You'll have to use the nightly -- I try to keep it up to date with the latest version when possible. Once you have it set up, a simple `cargo build` will pull in all the dependencies and compile exa. +exa is written in [Rust](http://www.rust-lang.org). You'll have to use the nightly -- I try to keep it up to date with the latest version when possible. Once you have it set up, a simple `cargo build --release` will pull in all the dependencies and compile exa as `target/release/exa`. exa depends on [libgit2](https://github.com/alexcrichton/git2-rs) for certain features. If you're unable to compile libgit2, you can opt out of Git support by passing `--no-default-features` to Cargo.