Skip to content
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

feat(binstall): adds postinstall instructions #406

Merged
merged 3 commits into from
Mar 31, 2021

Conversation

EverlastingBugstopper
Copy link
Contributor

in place of #336 - this is very similar to what Rust does (their installer also requires that you reload your shell manually the first time, doesn't seem to be possible to do automatically)

if it's a fresh install it looks like this:

Writing binary to /Users/avery/.rover/bin/rover
rover was successfully installed. Great!

To get started you need Rover's bin directory (/Users/avery/.rover/bin) in your PATH environment variable. Next time you log in this will be done automatically.

To configure your current shell, you can run:
exec /bin/zsh

if it's an upgrade install it looks like this:

Writing binary to /Users/avery/.rover/bin/rover
rover was successfully installed. Great!

@EverlastingBugstopper EverlastingBugstopper added the feature 🎉 new commands, flags, functionality, and improved error messages label Mar 31, 2021
@EverlastingBugstopper EverlastingBugstopper added this to the April 20 milestone Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 🎉 new commands, flags, functionality, and improved error messages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants