Skip to content

Instantly share code, notes, and snippets.

@zesterer
Last active May 15, 2020 14:08
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save zesterer/12ef9165a0f14a1797e30932425547ff to your computer and use it in GitHub Desktop.
Veloren docs
#!/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