Commit 2aab10e
authored
docs: add go install troubleshooting subsection (#5)
Real user feedback: ran `go install` on macOS, c7search didn't appear.
Almost always because $GOPATH/bin isn't on $PATH (Go's default install
location is ~/go/bin, which macOS doesn't add to PATH automatically).
Adds a Troubleshooting subsection right under "From source" covering:
- Three diagnostic commands to identify which case you're in
- The PATH fix (one-liner appended to ~/.zshrc)
- Two failure modes that prevent install entirely (corporate proxy
blocking proxy.golang.org, ~/go owned by root from a previous sudo
install)
The section is positioned where users will hit it: right after the
go install command itself, before they scroll to the release-binary
section.
Co-authored-by: Kevin Burns <kevin-burns@users.noreply.github.com>1 parent ca0dbf5 commit 2aab10e
1 file changed
Lines changed: 45 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
87 | 132 | | |
88 | 133 | | |
89 | 134 | | |
| |||
0 commit comments