Last active
May 15, 2020 14:08
-
-
Save zesterer/12ef9165a0f14a1797e30932425547ff to your computer and use it in GitHub Desktop.
Veloren docs
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
#!/usr/bin/env bash | |
set -e | |
curl https://sh.rustup.rs -sSf | sh -s - --default-toolchain nightly -y | |
source ~/.cargo/env | |
rm -rf target/ | |
cargo doc --quiet --no-deps --all-features --document-private-items >> /dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment