Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

instal rust lang on linux

# The official and recommended method of installing Rust for the purpose
# of developing software is to use the Rustup toolchain manager

$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Source by www.rust-lang.org #
 
PREVIOUS NEXT
Tagged: #instal #rust #lang #linux
ADD COMMENT
Topic
Name
6+4 =