You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -67,15 +67,15 @@ Is your Git repository bursting at the seams?
67
67
68
68
## Getting started
69
69
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`.
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`.
71
71
72
72
2. Install `git-sizer`. Either:
73
73
74
74
a. Install a released version of `git-sizer`(recommended):
75
-
1. Go to [the releases page](https://github.com/github/git-sizer/releases) and download the ZIP file corresponding to your platform.
76
-
2. Unzip the file.
77
-
3. Move the executable file (`git-sizer` or `git-sizer.exe`) into your `PATH`.
78
-
75
+
1. Go to [the releases page](https://github.com/github/git-sizer/releases) and download the ZIP file corresponding to your platform.
76
+
2. Unzip the file.
77
+
3. Move the executable file (`git-sizer` or `git-sizer.exe`) into your `PATH`.
78
+
79
79
b. Build and install from source. See the instructions in [`docs/BUILDING.md`](docs/BUILDING.md).
80
80
81
81
3. Change to the directory containing the Git repository that you'd like to analyze, then run
0 commit comments