diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installation/index.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/installation/index.rst b/docs/installation/index.rst index 39efb56..e237aaa 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>`. |