-
Notifications
You must be signed in to change notification settings - Fork 893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add PATH in post-install message when not modifying PATH #1126
Conversation
Thanks for the PR! I think it would be good to unify some of the logic here, across windows and linux:
|
Yes, it would be more consistent. |
It looks like AppVeyor couldn't download rust-std:
The console output stops here. |
Probably just a network failure. LGTM, except @bors r+ |
📌 Commit a2e465c has been approved by |
Add PATH in post-install message when not modifying PATH Fixes #374 Unix: ``` To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH environment variable. ``` Windows: ``` To get started you need Cargo's bin directory (C:\Users\f-bro\.cargo\bin) in your PATH environment variable. This has not been done automatically. ```
☀️ Test successful - status-appveyor, status-travis |
Fixes #374
Unix:
Windows: