eliihen / wsta

A CLI development tool for WebSocket APIs
GNU General Public License v3.0
631 stars 19 forks source link

Replace multirust with rustup #10

Closed johnjelinek closed 8 years ago

johnjelinek commented 8 years ago

https://www.rustup.rs is the official replacement for multirust.

eliihen commented 8 years ago

Well, technically rustup.rs is still in beta, but seeing as I use it myself at this point and it is seemingly stable, I'll update the README with rustup instructions as you suggest.

johnjelinek commented 8 years ago

Well, can yup also update the brew formula w/ rustup too?

eliihen commented 8 years ago

Will do when I have time

eliihen commented 8 years ago

I have now updated the README and the Homebrew formula to no longer use multirust. Fun fact - there was no need to use rustup.rs in the formula as there is a cask that provides the rust binaries.

Holler if you run into any issues with the new formula