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

docs: add shell one-liner to verify that GOPATH bin is in your PATH #84

Merged
merged 1 commit into from
Sep 28, 2022

Conversation

davidalpert
Copy link
Owner

go install builds binaries and copies them into $GOPATH/bin

this one-liner shell command tests that GOPATH/bin is included in PATH and warns if it is not

go install builds binaries and copies them into $GOPATH/bin

this one-liner shell command tests that GOPATH/bin is included
in PATH and warns if it is not
@davidalpert davidalpert linked an issue Sep 28, 2022 that may be closed by this pull request
@davidalpert davidalpert merged commit 45f639f into main Sep 28, 2022
@davidalpert davidalpert deleted the 81-go-install-doesnt-put-git-mob-in-my-path branch September 28, 2022 02:34
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

Successfully merging this pull request may close these issues.

go install doesn't put git-mob in my path
1 participant