diff --git a/docs/src/content/docs/quick-start/installation.mdx b/docs/src/content/docs/quick-start/installation.mdx index 20bdc51ba..6f15eee90 100644 --- a/docs/src/content/docs/quick-start/installation.mdx +++ b/docs/src/content/docs/quick-start/installation.mdx @@ -87,9 +87,9 @@ If `wails3 doctor` passes, you're done. [Skip to First App →](/quick-start/fir sudo pacman -S go ``` - **Add to PATH** (add to `~/.bashrc` or `~/.zshrc`): + **Modify enviromental variables to make Go globally accessable**: ```bash - export PATH=$PATH:/usr/local/go/bin:~/go/bin + export PATH=$PATH:/usr/local/go/bin:~/go/bin # Append to the end of ~/.bashrc or ~/.zshrc for persistence. source ~/.bashrc # Reload ```