diff --git a/README.md b/README.md index 7cc8fef..13c5bcc 100644 --- a/README.md +++ b/README.md @@ -69,9 +69,7 @@ difi

(back to top)

-## Integrations - -#### Neovim +## Neovim Integration Get the ultimate review experience with **[difi.nvim](https://github.com/oug-t/difi.nvim)**. @@ -86,6 +84,22 @@ Get the ultimate review experience with **[difi.nvim](https://github.com/oug-t/d

+

(back to top)

+ +## Git Integration + +To use `difi` as a native git command (e.g., `git difi`), add it as an alias in your global git config: + +```bash +git config --global alias.difi '!difi' +``` +Now you can run it directly from git: +```bash +git difi +``` + +

(back to top)

+ ## Contributing ```bash @@ -126,3 +140,4 @@ Contributions are especially welcome in: +