summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2019-07-16 12:46:40 -0400
committerDan Davison <dandavison7@gmail.com>2019-07-16 12:46:40 -0400
commit48cef31c4a7b9e25280a8a7eaeac2a580b2ffa19 (patch)
tree6b1deb70d8b6251c141fae5ffb5ab996d1895754 /README.md
parent4e8f9d6a394417116f6980484cc8a8cd27ca6be5 (diff)
Fix git config instruction in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 019f1d3b..f6834a35 100644
--- a/README.md
+++ b/README.md
@@ -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