titanic_survival / setup.sh
allantacuelwvsu's picture
added rustsiidfhpodfhdof
60506ad
raw
history blame contribute delete
121 Bytes
#!/bin/bash
curl --proto "=https" --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
export PATH="$HOME/.cargo/bin:$PATH"