From 0bb7737ccc20f2381d591eb07de3bbdf59bcfc94 Mon Sep 17 00:00:00 2001 From: Lee Hambley Date: Mon, 17 Nov 2014 13:46:30 +0100 Subject: [PATCH] Fix README, fixes #1055 --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3957b8e5..dba67ce8 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,13 @@ DEBUG [9ce34809] leehambley pts/0 2013-06-13 17:11 (port-11262.pppoe.wtn INFO [9ce34809] Finished in 0.420 seconds command successful. ``` +## VCS Requirements + +Capistano requires modern versions of Git, Mercurial and Subversion +respectively (if you are using that particular VCS). Git Git requirement is at +least version 1.8.x. Mercurial and Subversion, any modern version should +suffice. + ## A word about PTYs There is a configuration option which asks the backend driver to ask the remote host @@ -312,7 +319,7 @@ To increase the utility of On-Filters they can use regular expressions: When filters are specified using comma separated lists, the final filter is the _union_ of all of the components. However when multiple filters are declared the result is the -_intersection_. +_intersection_. ## SSHKit