commit 87b47d1d805194b1042b160880f69b12b8237803 Author: Nicolas Vigier boklm@torproject.org Date: Fri Oct 23 21:39:11 2015 +0200
README: mention mercurial and git --- README | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/README b/README index acea749..cc09732 100644 --- a/README +++ b/README @@ -13,6 +13,9 @@ Your user account should have access to the docker command without using sudo, so it should be in the docker group. The docker daemon should also be running.
+The sources are downloaded using git and mercurial which need to be +installed. + You also need a few perl modules installed: - YAML::XS - File::Basename @@ -50,11 +53,11 @@ If you want to build only one architecture, you can run something like The resulting builds are stored in the out/tor-messenger directory.
-Updating git sources --------------------- +Updating git and hg sources +---------------------------
-You can run "make fetch" to fetch the latest sources from git for all -components included in Tor Messenger. +You can run "make fetch" to fetch the latest sources from git and +mercurial for all components included in Tor Messenger.
Cleaning obsolete files and containers images
tor-commits@lists.torproject.org