diff options
author | cothi <jiungdev@gmail.com> | 2022-08-08 02:27:22 +0900 |
---|---|---|
committer | cothi <jiungdev@gmail.com> | 2022-08-08 02:27:22 +0900 |
commit | 7ebcbdad4e638c27fed53e90d449d6b8a4c72e99 (patch) | |
tree | 4f06a4ab45a6fb1ada8b88a99bd5bb21c110b086 | |
parent | b1d27a166d0f5abea837d68025eda9419ae962d8 (diff) |
docs: 'go get' is no longer supported outside a module.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)
|