diff --git a/README.md b/README.md index a1cf6c6..fed36fc 100644 --- a/README.md +++ b/README.md @@ -20,16 +20,9 @@ Who](https://sinclairtarget.com/blog/2025/03/who-will-maintain-vim-a-demo-of-git See [releases](https://github.com/sinclairtarget/git-who/releases). ### From Source -Building from source requires that you have Go, Ruby, and the `rake` Ruby gem -installed. Note that these are _only_ required when building from source; you -can download and run one of the binary releases without installing any of these -tools. -``` -$ git clone git@github.com:sinclairtarget/git-who.git -$ cd git-who -$ rake -$ ./git-who --version +```bash +go install github.com/sinclairtarget/git-who@latest ``` ## Usage