You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+44-4Lines changed: 44 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,12 +107,52 @@ If you have Go 1.21+ installed:
107
107
go install github.com/anIcedAntFA/gohome/cmd/gohome@latest
108
108
```
109
109
110
-
> ⚠️ **Note:** When using production releases (installed via curl or binary download), ensure `/usr/local/bin` comes **before**`$GOPATH/bin` in your `$PATH` to avoid conflicts with dev builds.
110
+
> ⚠️ **Path Configuration:** When using production releases (installed via curl or binary download), ensure `/usr/local/bin` comes **before**`$GOPATH/bin` in your `$PATH` to avoid conflicts with dev builds.
111
+
>
112
+
> **Shell Configuration Examples:**
113
+
>
114
+
> <details>
115
+
> <summary><strong>Bash</strong> (~/.bashrc or ~/.bash_profile)</summary>
0 commit comments