schultyy / avm

Installs Ruby and node.js on your machine
11 stars 4 forks source link

Publish on crates.io to `cargo install avm` #69

Closed skade closed 8 years ago

skade commented 8 years ago

cargo 0.6.0 (shipped with Rust 1.5) comes with a convenient installer, allowing cargo install $name for published binaries.

skade commented 8 years ago

In the meantime, try cargo install --git https://github.com/schultyy/avm.git ;)