[tor-commits] [metrics-lib/master] Added development description.
karsten at torproject.org
karsten at torproject.org
Thu Jan 5 14:36:18 UTC 2017
commit 5b75c254ab32851c285710f5d4946c2e8ad12953
Author: iwakeh <iwakeh at torproject.org>
Date: Mon Dec 26 13:17:36 2016 +0100
Added development description.
---
CONTRIB.md | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/CONTRIB.md b/CONTRIB.md
index 39f59a1..4a9d5b6 100644
--- a/CONTRIB.md
+++ b/CONTRIB.md
@@ -243,6 +243,28 @@ Upload the tarball and signature file and announce the new version.
Edit `build.xml` again and raise `release.version` to the current release
plus `-dev`, e.g., `1.0.0-dev`.
+Development
+-----------
+
+If you want to start working on metrics-lib, you can clone the repo:
+
+```
+git clone --recursive https://git.torproject.org/metrics-lib.git
+```
+
+In case you forgot to add '--recursive'
+just run the bootstrap script for the submodule:
+
+```
+./src/main/resources/bootstrap-development.sh
+```
+
+or the contained git command:
+
+```
+git submodule update --init --remote
+```
+
Packages
--------
More information about the tor-commits
mailing list