summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcothi <jiungdev@gmail.com>2022-08-08 02:27:22 +0900
committercothi <jiungdev@gmail.com>2022-08-08 02:27:22 +0900
commit7ebcbdad4e638c27fed53e90d449d6b8a4c72e99 (patch)
tree4f06a4ab45a6fb1ada8b88a99bd5bb21c110b086
parentb1d27a166d0f5abea837d68025eda9419ae962d8 (diff)
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)