Skip to content

Commit 70d4d9d

Browse files
Update README.md
1 parent 0b86356 commit 70d4d9d

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

+14-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
`diff-so-fancy` strives to make your diffs **human** readable instead of machine readable. This helps improve code quality and helps you spot defects faster.
44

5-
65
## Screenshot
76

87
Vanilla `git diff` vs `git` and `diff-so-fancy`
@@ -11,10 +10,11 @@ Vanilla `git diff` vs `git` and `diff-so-fancy`
1110

1211
## Install
1312

14-
Installation is as simple as downloading the [`diff-so-fancy`](https://raw.githubusercontent.com/so-fancy/diff-so-fancy/master/third_party/build_fatpack/diff-so-fancy) script to a directory in your path.
15-
Windows users may need to install [MinGW](https://sourceforge.net/projects/mingw/files/) or the [Windows subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10).
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.
14+
15+
`diff-so-fancy` is also available from NPM, Nix, brew, and as a package on Arch and Debian Linux.
1616

17-
`diff-so-fancy` is also available from NPM, Nix, brew, and as a package on Arch Linux.
17+
**Note:** Windows users may need to install [MinGW](https://sourceforge.net/projects/mingw/files/) or the [Windows subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10).
1818

1919
## Usage
2020

@@ -86,6 +86,16 @@ By default, the separator for the file header spans the full width of the termin
8686
git config --global diff-so-fancy.rulerWidth 47 # git log's commit header width
8787
```
8888

89+
## The diff-so-fancy team
90+
91+
| Person | Role |
92+
| --------------------- | ---------------- |
93+
| @scottchiefbaker | Project lead |
94+
| @OJFord | Bug triage |
95+
| @GenieTim | Travis OSX fixes |
96+
| @AOS | Debian packager |
97+
| @Stevemao/@Paul Irish | NPM release team |
98+
8999
## Contributing
90100

91101
Pull requests are quite welcome, and should target the [`next` branch](https://github.com/so-fancy/diff-so-fancy/tree/next). We are also looking for any feedback or ideas on how to make `diff-so-fancy` even *fancier*.

0 commit comments

Comments
 (0)