Skip to content

Commit 3e1d038

Browse files
authored
Merge pull request #19 from Pawamoy/patch-1
Add minimum required git version in README
2 parents ecfdc3d + ecec5d9 commit 3e1d038

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
@@ -67,7 +67,7 @@ Is your Git repository bursting at the seams?
6767

6868
## Getting started
6969

70-
1. Make sure that you have the [Git command-line client](https://git-scm.com/) installed. NOTE: `git-sizer` invokes `git` commands to examine the contents of your repository, so **it is required that the `git` command be in your `PATH`** when you run `git-sizer`.
70+
1. Make sure that you have the [Git command-line client](https://git-scm.com/) installed, **version >= 2.6**. NOTE: `git-sizer` invokes `git` commands to examine the contents of your repository, so **it is required that the `git` command be in your `PATH`** when you run `git-sizer`.
7171

7272
2. Install `git-sizer`. Either:
7373

0 commit comments

Comments
 (0)