Skip to content

Commit 39cd6a1

Browse files
Simple wording fixes in the README
1 parent e6b07ba commit 39cd6a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Vanilla `git diff` vs `git` and `diff-so-fancy`
1010

1111
## Install
1212

13-
Installation is as simple as cloning this repo and then putting the `diff-so-fancy` script in to your `$PATH`. The `lib/` directory will need to be kept relative to the core script.
13+
Simply copy the `diff-so-fancy` script from the latest release into your `$PATH` and you're done. Alternately to test development features you can clone this repo and then put the `diff-so-fancy` script (symlink will work) into your `$PATH`. The `lib/` directory will need to be kept relative to the core script.
1414

1515
If you are using a ZSH framework like [zgenom](https://github.com/jandamm/zgenom) or [oh-my-zsh](https://ohmyz.sh), refer to [Zsh plugin support for diff-so-fancy](pro-tips.md) for detailed installation instructions.
1616

@@ -109,7 +109,7 @@ git config --bool --global diff-so-fancy.useUnicodeRuler false
109109
By default, the separator for the file header spans the full width of the terminal. Use this setting to set the width of the file header manually.
110110

111111
```shell
112-
git config --global diff-so-fancy.rulerWidth 47 # git log's commit header width
112+
git config --global diff-so-fancy.rulerWidth 80
113113
```
114114

115115
## The diff-so-fancy team

0 commit comments

Comments
 (0)