Fix git config instruction in README

This commit is contained in:
Dan Davison 2019-07-16 12:46:40 -04:00
parent 4e8f9d6a39
commit 48cef31c4a

View File

@ -38,7 +38,7 @@ Alternatively, executables for your platform can be downloaded at https://github
## Configure git to use delta
```sh
git config --global core.pager delta # --light for light terminal backgrounds
git config --global core.pager "delta --dark" # --light for light terminal backgrounds
```
Alternatively, you can edit your `.gitconfig` directly. An example is