Created
July 8, 2021 17:13
-
-
Save lattejed/b54ef2178d97d48243c90ede178ba386 to your computer and use it in GitHub Desktop.
Setup Rust on Ubuntu 20.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Setup Rust on Ubuntu 20.04 | |
apt update | |
apt upgrade | |
apt install gcc-multilib pkg-config libssl-dev | |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh | |
source $HOME/.cargo/env |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment