Update building.md

Remove duplicate and join into one command
This commit is contained in:
sneurlax 2024-05-03 16:33:26 -05:00 committed by GitHub
parent 395fb24100
commit e94793cb46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,7 @@ Install [Rust](https://www.rust-lang.org/tools/install) with command:
```
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source ~/.bashrc
rustup install 1.67.1
rustup install 1.67.1 1.72.0 1.73.0
rustup default 1.67.1
```