浏览代码

Merge pull request #302 from gyoshev/patch-1

Update README with new cargo instructions
Benjamin Sago 8 年之前
父节点
当前提交
1dd677dec0
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      README.md

+ 3 - 3
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:
 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:
 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
 ## Testing with Vagrant