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

Prompt users to execute the command. #186

Open
wyk9787 opened this issue Apr 22, 2020 · 0 comments
Open

Prompt users to execute the command. #186

wyk9787 opened this issue Apr 22, 2020 · 0 comments

Comments

@wyk9787
Copy link

wyk9787 commented Apr 22, 2020

After I run gimme master, I am not sure if it's just me but I see the following:

unset GOOS;
unset GOARCH;
export GOROOT='/Users/garrettwang/.gimme/versions/go';
export PATH="/Users/garrettwang/.gimme/versions/go/bin:${PATH}";
go version >&2;

export GIMME_ENV="/Users/garrettwang/.gimme/envs/gomaster.env"

I genuinely thought those commands are already executed and I am ready to go. After being puzzled why go version is not reflecting the developmental version, I realized those are the commands that I need to execute.

I think showing a prompt before those commands and / or updating the README will be nice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant