commit 759acfef6bfc1bfab66d032e8df2775586615345 Author: Nicolas Vigier boklm@torproject.org Date: Wed Nov 2 22:29:26 2016 +0100
README: add git and mercurial in the suggested apt-get command
(thanks to femme on #tor-dev for noticing it was missing) --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README b/README index 6b4a642..7af597b 100644 --- a/README +++ b/README @@ -38,7 +38,8 @@ If you are running Debian or Ubuntu, you can install them with: libio-handle-util-perl libio-all-perl \ libio-captureoutput-perl libfile-slurp-perl \ libstring-shellquote-perl libsort-versions-perl \ - libdigest-sha-perl libdata-uuid-perl libdata-dump-perl + libdigest-sha-perl libdata-uuid-perl libdata-dump-perl \ + git mercurial
Starting a build
tor-commits@lists.torproject.org