Skip to content

Commit 3f30577

Browse files
committed
Merge pull request #1 from james2doyle/patch-1
--default-names is depreciated, use --with-default-names instead
2 parents 7f81911 + a751285 commit 3f30577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Requirements / Install
1818
#
1919
# * GNU sed. On Mac, install it with Homebrew:
20-
# brew install gnu-sed --default-names # You'll have to change below to `gsed` otherwise
20+
# brew install gnu-sed --with-default-names # You'll have to change below to `gsed` otherwise
2121
# * diff-highlight. It's shipped with Git, but probably not in your $PATH
2222
# ln -sf "$(brew --prefix)/share/git-core/contrib/diff-highlight/diff-highlight" ~/bin/diff-highlight
2323
# * Add some coloring to your .gitconfig:

0 commit comments

Comments
 (0)