translators-will commited on
Commit
6b112f9
·
verified ·
1 Parent(s): d5c00cd

Create setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +3 -0
setup.sh ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ #!/bin/bash
2
+ curl https://sh.rustup.rs -sSf | sh -s -- -y
3
+ source $HOME/.cargo/env