From a23049c0f425ba9374e261e54526e8b8da96a32a Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Fri, 7 Jan 2022 11:25:54 +1000 Subject: [PATCH] Its best to install from the tip. - Installing from the latest tag misses the latest fixes and features. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b460ab8..8eba63c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Edit two files side by side, showing differences. Install diff-edit directly using pip: pip install --upgrade pip # A recent version of pip is needed. - pip install git+https://github.com/ahamilton/diff-edit@v2022.01.03 + pip install git+https://github.com/ahamilton/diff-edit Or install from source: