mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 17:27:39 +00:00
Update building.md
Remove duplicate and join into one command
This commit is contained in:
parent
395fb24100
commit
e94793cb46
1 changed files with 1 additions and 1 deletions
|
@ -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
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
rustup install 1.67.1
|
rustup install 1.67.1 1.72.0 1.73.0
|
||||||
rustup default 1.67.1
|
rustup default 1.67.1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue