Skip to content

Instantly share code, notes, and snippets.

@ndkoo
Last active April 21, 2022 14:48
Show Gist options
  • Save ndkoo/ff78847ffcd3e5f1197573db302abbdd to your computer and use it in GitHub Desktop.
Save ndkoo/ff78847ffcd3e5f1197573db302abbdd to your computer and use it in GitHub Desktop.
rust nightly usage
`rustup toolchain install nightly`
`rustup default nightly`
`export PATH="${HOME}/.rustup/toolchains/`rustup default | sed 's/ (default)//'`/bin:$PATH"`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment