Skip to content
This repository has been archived by the owner on Jul 13, 2019. It is now read-only.

Update README.md for running rusti with nightly #91

Merged
merged 1 commit into from
Sep 8, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ If you are using `rustup`, that command will look like this:
rustup run nightly-2016-08-01 \
cargo install --git https://github.com/murarth/rusti

Then you can run it like this:

rustup run nightly-2016-08-01 ~/.cargo/bin/rusti

### Building from a Git clone

If using [rustup](https://github.com/rust-lang-nursery/rustup.rs),
Expand Down