summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJason Shirk <jasonsh@microsoft.com>2019-12-09 16:35:51 -0800
committerJason Shirk <jasonsh@microsoft.com>2019-12-09 16:35:51 -0800
commit1777723d39f5fa83dd37a3de452e46c5b30bbee5 (patch)
tree616849745319a0cd3ea027605b48a298ac850570 /README.md
parent1c3e7baf0f96bc0ff07da8d0aab9b1f2d15b02d2 (diff)
Update README.md for Windows
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 376abacb..3d227d68 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,10 @@ Alternatively, you can edit your `.gitconfig` directly. Delta accepts many comma
pager = delta --dark --plus-color="#012800" --minus-color="#340001" --theme="base16-ocean.dark"
```
+#### Windows
+
+`less.exe` installed with git doesn't work well with `delta`. A patched version of `less.exe` and instructions for installing can be found [here](https://github.com/lzybkr/less/releases/tag/fix_windows_vt).
+
All git commands that display diff output should now display syntax-highlighted output. For example:
- `git diff`
- `git show`