thiagopnts / rustico

:bomb: Yet another tiny and unfinished x86/ARM kernel
MIT License
82 stars 2 forks source link

Rust HEAD installation via Homebrew #1

Closed danielfm closed 10 years ago

danielfm commented 10 years ago

Instead of manually downloading and compiling Rust from source, as you suggested in README, you can do this instead:

$ brew install --HEAD rust

Nice project btw! :-)

thiagopnts commented 10 years ago

good catch, added @ 871bb7492db010725f3c3c29b6232867ae5e5227

thanks :)