Skip to content

Instantly share code, notes, and snippets.

@skyzyx
Last active September 26, 2022 08:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skyzyx/4770dbebb7801b1d2407d9d33fb7d875 to your computer and use it in GitHub Desktop.
Save skyzyx/4770dbebb7801b1d2407d9d33fb7d875 to your computer and use it in GitHub Desktop.
Brand-new to Rust!

Brand-new to Rust!

# https://rustup.rs
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

# https://rust-lang.github.io/rustup/concepts/channels.html
rustup toolchain install stable
rustup default stable

# https://rust-lang.github.io/rustup/installation/index.html
rustup completions bash > $(brew --prefix)/etc/bash_completion.d/rustup.bash-completion

# Install Rust components
rustup component add rls rust-src rust-analysis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment