_content/doc: update PATH docs and restructure manage-install.html#351
_content/doc: update PATH docs and restructure manage-install.html#351conooi wants to merge 2 commits into
Conversation
fredsa
left a comment
There was a problem hiding this comment.
Thanks, provided a couple of recommendations.
|
This PR (HEAD: 5a849f1) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/website/+/755800. Important tips:
|
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/755800. |
|
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be Please don’t reply on this GitHub thread. Visit golang.org/cl/755800. |
|
Message from Fred Sauer: Patch Set 1: (9 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/755800. |
5a849f1 to
fce3a48
Compare
|
This PR (HEAD: fce3a48) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/website/+/755800. Important tips:
|
|
Message from Fred Sauer: Patch Set 2: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/755800. |
fce3a48 to
5ea05fe
Compare
|
This PR (HEAD: 5ea05fe) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/website/+/755800. Important tips:
|
|
Message from Fred Sauer: Patch Set 3: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/755800. |
5ea05fe to
3c4c5cb
Compare
|
This PR (HEAD: 3c4c5cb) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/website/+/755800. Important tips:
|
|
Message from Fred Sauer: Patch Set 4: (12 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/755800. |
|
Message from Connie Ooi: Patch Set 5: (12 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/755800. |
|
Message from Fred Sauer: Patch Set 5: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/755800. |
|
Message from Fred Sauer: Patch Set 5: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/755800. |
3c4c5cb to
68e353c
Compare
|
Message from Connie Ooi: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/755800. |
|
This PR (HEAD: 68e353c) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/website/+/755800. Important tips:
|
|
Message from Fred Sauer: Patch Set 6: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/755800. |
|
Message from Sean Liao: Patch Set 6: Hold+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/755800. |
|
Message from Marc Dougherty: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/755800. |
|
Message from Fred Sauer: Patch Set 6: (6 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/755800. |
|
Message from Fred Sauer: Patch Set 6: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/755800. |
|
Message from Sean Liao: Patch Set 6: (6 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/755800. |
68e353c to
079e524
Compare
Updates doc/install and doc/manage-install to explicitly mention adding the GOPATH bin directory to the user's PATH on macOS. Also restructures the manage-install uninstall layout using tabs panels to match install layouts. This addresses the suggestion made in: golang/go#39531 (comment) Specifically, added a note and example workflow setup instruction for appending export PATH="$PATH:$(go env GOPATH)/bin" to target shell profiles. Also broke OS lists details into responsive tabs layouts to fit reviewers feedback criteria. Change-Id: I00cbc17ba1575689f0fee676f2dd0c6d3ff53dd6
Update manage-install.html to remind users to remove the Go bin directory from their PATH when deleting GOBIN. Standardize the capitalization of terminal across install.html and manage-install.html.
079e524 to
dfbf9e2
Compare
|
This PR (HEAD: dfbf9e2) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/website/+/755800. Important tips:
|
|
Message from Connie Ooi: Patch Set 6: (11 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/755800. |
|
Message from Fred Sauer: Patch Set 8: Code-Review+1 (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/755800. |
Update install.html to clarify adding the default Go bin directory
to PATH for Linux and macOS.
Restructure the uninstallation instructions in manage-install.html
to use OS-specific tab panels that match the install page.
Document GOBIN user data cleanup in manage-install.html and remind
users to remove the Go bin directory from their PATH during
uninstallation.
Standardize file paths with proper HTML code tags and lowercase
all occurrences of the word "terminal".
Fixes golang/go#39531