Update README

This commit is contained in:
Matt Green 2016-11-23 13:11:25 -05:00
parent ceda4a553c
commit 8797b35926
1 changed files with 3 additions and 8 deletions

View File

@ -56,17 +56,12 @@ Run `make` when any file changes, using the `.gitignore` file in the current dir
##Installation
###Cargo (nightly Rust only)
###Cargo
If you're running nightly Rust, install it using cargo:
watchexec requires Rust 1.9 or later. You can install it using cargo:
$ cargo install watchexec
If you're using rustup, install it like this:
$ rustup toolchain install nightly
$ rustup run nightly cargo install watchexec
###OS X with Homebrew
$ brew install https://raw.githubusercontent.com/mattgreen/watchexec/master/pkg/brew/watchexec.rb
@ -81,7 +76,7 @@ Use the GitHub Releases tab to obtain the binary. In the future, I'll look at ad
##Building
Currently, **watchexec requires a recent nightly Rust** to build, due to use of unstable features.
Rust 1.9 or later is required.
##Credits