prerequisites
This commit is contained in:
parent
f1af25d11a
commit
4057ef6fc7
2 changed files with 10 additions and 6 deletions
|
|
@ -44,16 +44,14 @@ We'll learn in this tutorial how to set the values of the configuration options
|
|||
.. prerequisites:: Important advice
|
||||
|
||||
It is advisable to follow this tutorial with the help of the corresponding :tutorial:`Rougail git repository tutorial <src/branch/1.1>`.
|
||||
If you use this rougail tutorial repository, you will have all the necessary files distributed in the correct tree structure.
|
||||
You can instead copy/paste or download the different file contents that are explained in this tutorial step and save the files to your computer.
|
||||
However, if you use the git rougail tutorial repository, you will have all the necessary files distributed in the correct tree structure,
|
||||
which is in our opinion much more practical.
|
||||
|
||||
::
|
||||
|
||||
git clone https://forge.cloud.silique.fr/stove/rougail-tutorials/src/branch/1.1
|
||||
|
||||
|
||||
|
||||
Of course, you can also decide to start from scratch and copy/paste the tutorial files content.
|
||||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
:caption: The firefox tutorial
|
||||
|
|
|
|||
|
|
@ -12,7 +12,13 @@ Getting started
|
|||
.. prerequisites:: Prerequisites
|
||||
|
||||
- We assume that Rougail's library is :ref:`installed <installation>` on your computer.
|
||||
- If you want to follow this tutorial with the help of the corresponding :tutorial:`Rougail-tutorials git repository <>`,
|
||||
|
||||
- It is possible to retrieve the current state of the various rougail files manipulated in this tutorial step
|
||||
by checking out the corresponding tag of the Rougail-tutorials git repository.
|
||||
Each tag corresponds to a stage of progress in the tutorial.
|
||||
Of course, you can also decide to copy/paste or download the tutorial files contents while following the tutorial steps.
|
||||
|
||||
If you want to follow this tutorial with the help of the corresponding :tutorial:`Rougail-tutorials git repository <src/branch/1.1>`,
|
||||
this workshop page corresponds to the tags :tutorial:`v1.1_000 <src/tag/v1.1_000>` to :tutorial:`v1.1_003 <src/tag/v1.1_003>`
|
||||
in the repository:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue