Skip to content

Instantly share code, notes, and snippets.

@mariomartinezsz
Last active July 28, 2018 05:19
Show Gist options
  • Save mariomartinezsz/672511bb1fe090f82f5e2e16ceb93952 to your computer and use it in GitHub Desktop.
Save mariomartinezsz/672511bb1fe090f82f5e2e16ceb93952 to your computer and use it in GitHub Desktop.
Add Rust to PATH on Ubuntu
echo 'export PATH=$PATH:$HOME/.cargo/bin' >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment