|
|
|
|
|
by wunki
4371 days ago
|
|
This was how I installed it (Mac): 1) Install latest version of Rust found here: http://www.rust-lang.org
2) git clone --recursive git@github.com:rust-lang/cargo.git
3) make
4) make install (could be that sudo is needed for you)
|
|