Skip to content

Commit

Permalink
Use source command (. is deprecated) (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
yinm authored Jan 29, 2024
1 parent 33b1f6d commit 033730c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To set `GOROOT` in your shell's initialization add the following:
`. ~/.asdf/plugins/golang/set-env.zsh`

**fish shell**
`. ~/.asdf/plugins/golang/set-env.fish`
`source ~/.asdf/plugins/golang/set-env.fish`

## When using `go get` or `go install`

Expand Down

0 comments on commit 033730c

Please sign in to comment.