fyp-deploy / setup.sh
Mairaaa's picture
Update setup.sh
3e808f8 verified
raw
history blame contribute delete
110 Bytes
#!/bin/bash
# Install Rust
curl https://sh.rustup.rs -sSf | sh -s -- -y
export PATH="$HOME/.cargo/bin:$PATH"