about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-02-23 18:04:40 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2016-02-23 18:04:40 +0100
commit65717847f9c13f902907d3793e5dc2ea97bdd97a (patch)
tree84e91fb53df92b5bffbcee413f527e4be99b6c7a
parent99d91ec8858d41f7816f34f8e7a0fd03851567a7 (diff)
downloadgit-merge-pr-65717847f9c13f902907d3793e5dc2ea97bdd97a.tar.gz
git-merge-pr-65717847f9c13f902907d3793e5dc2ea97bdd97a.tar.xz
git-merge-pr-65717847f9c13f902907d3793e5dc2ea97bdd97a.zip
README: add requirements
-rw-r--r--README7
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index c048908..f4e07f9 100644
--- a/README
+++ b/README
@@ -11,7 +11,6 @@ the newest patch to close the pull request upon push (can be disabled
 by setting `merge-pr.autoclose` to false).
 
 Without PRNUM, all open pull requests of REMOTE will be listed.
-This requires `jq` to be available.
 
 Useful `git am` flags:
 
@@ -26,6 +25,12 @@ Useful `git am` flags:
 * Conflicts can easily be dealt with in an ad-hoc fashion.
 * Interactive mode allows for on-the-fly cherry picking.
 
+## Requirements
+
+* Git 2.2.0 or newer
+* wget
+* jq (only for listing pull requests)
+
 ## Copyright
 
 git-merge-pr is in the public domain.