diff options
author | Mike JS. Choi <mkchoi212@icloud.com> | 2023-12-26 11:12:37 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-26 11:12:37 +0900 |
commit | f9fe5a3d00f0452c54b914b978064d82fd715cf0 (patch) | |
tree | 4f06a4ab45a6fb1ada8b88a99bd5bb21c110b086 | |
parent | b1d27a166d0f5abea837d68025eda9419ae962d8 (diff) | |
parent | 7ebcbdad4e638c27fed53e90d449d6b8a4c72e99 (diff) |
Merge pull request #54 from cothi/master
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)
|