Avoid the term 'dogfooding' for clarity

ida_star
Wilfred Hughes 2021-08-24 00:22:33 +07:00
parent 832bf5c2a5
commit 302e9e2558
1 changed files with 5 additions and 6 deletions

@ -104,13 +104,12 @@ $ git subtree add --prefix=vendor/tree-sitter-elisp git@github.com:Wilfred/tree-
Update `build.rs` and `tree_sitter_parser.rs` to include the
definitions for the new parser.
## Dogfooding
## Git Usage
Once you've compiled `difftastic` and it's on `$PATH`, you can try
dogfooding.
To see the changes to the current git repo in difftastic, you can add
the following to your `.gitconfig` and run `git difftool`.
Once you've compiled `difftastic` and it's on `$PATH`, you can use it
with git commands. To see the changes to the current git repo in
difftastic, add the following to your `.gitconfig` and run
`git difftool`.
```
[diff]