We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0fd7b commit 9a01274Copy full SHA for 9a01274
README.md
@@ -837,6 +837,12 @@ If `rustup` fails to self-update in this way it's usually because RLS is
837
running (your editor is open and running RLS). The solution is to stop RLS (by
838
closing your editor) and try again.
839
840
+### rustup exited sucessfully but I can't run `rustc --version`
841
+
842
+To get started you need Cargo's bin directory ({cargo_home}/bin) in your `PATH`
843
+environment variable. This should be done by rustup. Next time you log in this will be done
844
+automatically.
845
846
## License
847
848
Copyright Diggory Blake, the Mozilla Corporation, and rustup
0 commit comments