From d6d101ad2f68a9751a9f96b2654b890d7fe471ef Mon Sep 17 00:00:00 2001 From: Alex Gyoshev Date: Thu, 5 Oct 2017 16:57:08 +0300 Subject: [PATCH] Update README with new cargo instructions After 1efb8a5113f1a5ffeb0af6fe4e7374502ac41712 the binary can be installed without specifying the git repo. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9c10705..446d587 100644 --- a/README.md +++ b/README.md @@ -72,13 +72,13 @@ If you’re unable to compile libgit2, you can opt out of Git support by running If you’re using a recent version of Cargo (0.5.0 or higher), you can use the `cargo install` command: - cargo install --git https://github.com/ogham/exa + cargo install exa or: - cargo install --no-default-features --git https://github.com/ogham/exa + cargo install --no-default-features exa -Cargo will clone the repository to a temporary directory, build it there and place the `exa` binary to: `$HOME/.cargo` (and can be overridden by setting the `--root` option). +Cargo will build the `exa` binary and place it in `$HOME/.cargo` (this location can be overridden by setting the `--root` option). ## Testing with Vagrant