Skip to content
Snippets Groups Projects
Commit 578e0249 authored by Romain Bertozzi's avatar Romain Bertozzi Committed by Guillaume Roguez
Browse files

README: clarify make-ring init command


This patch explicits what the make-ring --init command really does as
it might be confusing to use.

Change-Id: I0044aee3733d18ebb45c2b7c00a1b073f9a33336
Reviewed-by: default avatarGuillaume Roguez <guillaume.roguez@savoirfairelinux.com>
parent eb9e32a9
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,15 @@ Initialize the repositories
./make-ring.py --init
It initializes and updates the submodules to set them at the top of their master branch. This
is ideal to have the latest development version.
However, in order to build a specific version of Ring, such as the Production one, please use
.. code-block:: bash
git submodule update --init
On Linux
--------
......
......@@ -13,6 +13,15 @@ Initialize the repositories
./make-ring.py --init
It initializes and updates the submodules to set them at the top of their master branch. This
is ideal to have the latest development version.
However, in order to build a specific version of Ring, such as the Production one, please use
.. code-block:: bash
git submodule update --init
On Linux
########
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment