Skip to content

Commit

Permalink
Simple wording fixes in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
scottchiefbaker committed Apr 15, 2024
1 parent e6b07ba commit 39cd6a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Vanilla `git diff` vs `git` and `diff-so-fancy`

## Install

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.
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.

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.

Expand Down Expand Up @@ -109,7 +109,7 @@ git config --bool --global diff-so-fancy.useUnicodeRuler false
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.

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

## The diff-so-fancy team
Expand Down

0 comments on commit 39cd6a1

Please sign in to comment.