From 52c96fbfe16ffb60e12636246972fee9a1fc0a0d Mon Sep 17 00:00:00 2001 From: yinm Date: Sat, 6 Jan 2024 00:09:20 +0900 Subject: [PATCH] Use `source` command (`.` is deprecated) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 342acab..4936cbe 100644 --- a/README.md +++ b/README.md @@ -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`