Enhance README with Git integration and formatting
Updated README.md to include new sections for Git integration and improved formatting.
This commit is contained in:
parent
d427999d3e
commit
fc0fb2ba36
21
README.md
21
README.md
|
|
@ -69,9 +69,7 @@ difi
|
||||||
|
|
||||||
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
||||||
|
|
||||||
## Integrations
|
## Neovim Integration
|
||||||
|
|
||||||
#### Neovim
|
|
||||||
|
|
||||||
Get the ultimate review experience with **[difi.nvim](https://github.com/oug-t/difi.nvim)**.
|
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
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
||||||
|
|
||||||
|
## 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
|
||||||
|
```
|
||||||
|
|
||||||
|
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
@ -126,3 +140,4 @@ Contributions are especially welcome in:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user