Add install recipe (#90)

Force installs just from crates.io locally
This commit is contained in:
Casey Rodarmor 2016-11-12 11:47:49 -08:00 committed by GitHub
parent 1affac98a9
commit 26910a9fdc

View File

@ -40,6 +40,9 @@ done BRANCH:
git pull --rebase github master
git branch -d {{BRANCH}}
install:
cargo install -f just
install-dev-deps:
rustup install nightly
rustup update nightly