Advertisement
cwchen

[Console] rustup install nightly

Aug 21st, 2017
674
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.50 KB | None | 0 0
  1. $ rustup install nightly
  2. info: syncing channel updates for 'nightly'
  3. info: downloading toolchain manifest
  4. info: downloading component 'rustc'
  5. info: downloading component 'rust-std'
  6. info: downloading component 'rust-docs'
  7. info: downloading component 'cargo'
  8. info: installing component 'rustc'
  9. info: installing component 'rust-std'
  10. info: installing component 'rust-docs'
  11. info: installing component 'cargo'
  12.  
  13.   nightly-x86_64-unknown-linux-gnu installed - rustc 1.15.0-nightly (71c06a56a 2016-12-18)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement