|
@@ -1,12 +1,12 @@
|
1
|
1
|
## About
|
2
|
2
|
|
3
|
|
-View **colored** diff in unified-diff format or **side-by-side** with **auto
|
4
|
|
-pager**. Requires Python (>= 2.5.0) and `less`.
|
|
3
|
+View **colored** diff in unified-diff format or **side-by-side** mode with
|
|
4
|
+**auto pager**. Requires Python (>= 2.5.0) and `less`.
|
5
|
5
|
|
6
|
6
|

|
7
|
7
|

|
8
|
8
|
|
9
|
|
-## Install
|
|
9
|
+## Installation
|
10
|
10
|
|
11
|
11
|
Save [src/cdiff.py](https://raw.github.com/ymattw/cdiff/master/src/cdiff.py) to
|
12
|
12
|
whatever directory which is in your `$PATH`, for example, `$HOME/bin` is in my
|