summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike JS. Choi <mkchoi212@icloud.com>2023-12-26 11:12:37 +0900
committerGitHub <noreply@github.com>2023-12-26 11:12:37 +0900
commitf9fe5a3d00f0452c54b914b978064d82fd715cf0 (patch)
tree4f06a4ab45a6fb1ada8b88a99bd5bb21c110b086
parentb1d27a166d0f5abea837d68025eda9419ae962d8 (diff)
parent7ebcbdad4e638c27fed53e90d449d6b8a4c72e99 (diff)
Merge pull request #54 from cothi/master
docs: 'go get' is no longer supported outside a module.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0ac845c..4211883 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ I never really liked any of the `mergetools` out there so I made a program that
Execute:
```bash
-$ go get github.com/mkchoi212/fac
+$ go install github.com/mkchoi212/fac@latest
```
Or using [Homebrew 🍺](https://brew.sh)