Skip to content

Commit 1bda6d0

Browse files
committed
README.md: Move final prequisite paragraph to the top
1 parent 25a6fce commit 1bda6d0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ Commit patches to Darcs, Git, Mercurial, Bazaar, Monotone, Subversion, or CVS
77
Prerequisites
88
-------------
99

10-
commit-patch relies on several programs to get the job done:
10+
`commit-patch` is known to run on Linux and Mac OS X. It is perl,
11+
so ideally it will run anywhere, but we have never tested in
12+
other environments, most notably Windows. Use at your own risk.
13+
14+
`commit-patch` relies on several programs to get the job done:
1115

1216
- [perl](https://www.perl.org)
1317
- [patch](https://www.gnu.org/software/patch/)
@@ -39,9 +43,6 @@ On Mac OS X w/ [Homebrew](https://brew.sh)
3943
brew install patchutils
4044
cpan -i IPC::Run
4145

42-
commit-patch is known to run on Linux and Mac OS X. It is perl,
43-
so ideally it will run anywhere, but we have never tested in
44-
other environments, most notably Windows. Use at your own risk.
4546

4647
Instructions
4748
------------

0 commit comments

Comments
 (0)