summaryrefslogtreecommitdiff
path: root/docs/installation/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/installation/index.rst')
-rw-r--r--docs/installation/index.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/installation/index.rst b/docs/installation/index.rst
index 39efb568..e237aaad 100644
--- a/docs/installation/index.rst
+++ b/docs/installation/index.rst
@@ -78,6 +78,11 @@ and then you can launch the above script inside that container::
make bundle_in_docker
+That will build the latest from master. If you're interested in building some
+development branch, you can pass some extra variables::
+
+ make bundle_in_docker REPO=https://0xacab.org/kali/bitmask-dev BRANCH=somethingcool
+
A new bundle is created by the CI for every commit using this procedure
involving docker, you can read more about the bundles in the :ref:`qa section
<qa>`.