Mairaaa commited on
Commit
3e808f8
·
verified ·
1 Parent(s): bc0699c

Update setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +1 -1
setup.sh CHANGED
@@ -2,4 +2,4 @@
2
 
3
  # Install Rust
4
  curl https://sh.rustup.rs -sSf | sh -s -- -y
5
- export PATH="/root/.cargo/bin:$PATH"
 
2
 
3
  # Install Rust
4
  curl https://sh.rustup.rs -sSf | sh -s -- -y
5
+ export PATH="$HOME/.cargo/bin:$PATH"