Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use rustup to install Rust #4

Open
MattRice12 opened this issue Feb 20, 2019 · 0 comments
Open

Use rustup to install Rust #4

MattRice12 opened this issue Feb 20, 2019 · 0 comments
Labels
good first issue Good for newcomers

Comments

@MattRice12
Copy link

Rust is more standardly installed with Rustup rather than Homebrew
Using Rustup sets up the rust environment for you.

The curl command to install it is:
$ curl https://sh.rustup.rs -sSf | sh

This will run an installation process, so it may be weird to put in the middle of the liftoff script?

@jah2488 jah2488 added the good first issue Good for newcomers label Feb 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants