Last active
February 20, 2020 11:04
-
-
Save CdTCzech/b2e743fca4f85bfc4213384212c46e1a to your computer and use it in GitHub Desktop.
Update rust and rust-analyzer (requires git, rustup and npm)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rustup update | |
| pushd book | |
| git pull | |
| popd | |
| pushd rust | |
| git pull | |
| popd | |
| pushd rust-clippy | |
| git pull | |
| popd | |
| pushd rustfmt | |
| git pull | |
| popd | |
| pushd rust-analyzer | |
| git pull | |
| cargo xtask install | |
| popd | |
| pushd advent_of_code_2019 | |
| git pull | |
| popd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment