Skip to content

Commit 842eff6

Browse files
committed
builder: advise cloning repo before using its contents
Signed-off-by: Yann Dirson <[email protected]>
1 parent 1d4bfbc commit 842eff6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

developer/building/qubes-builder-v2.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,14 @@ This is a simple setup using a docker executor. This is a good default choice; i
1818

1919
1. First, decide what qube you are going to use when working with Qubes Builder v2. It can be an AppVM or a Standalone qube, with some steps different between the two.
2020

21-
2. Installing dependencies
21+
2. Clone the qubes-builder v2 repository into a location of your choice:
22+
23+
.. code:: console
24+
25+
$ git clone https://github.com/QubesOS/qubes-builderv2
26+
$ cd qubes-builderv2/
27+
28+
3. Installing dependencies
2229

2330
If you want to use an app qube for developing, install dependencies in the template. If you are using a standalone, install them in the qube itself. Dependencies are specified in ``dependencies-*. txt`` files in the main builder directory, and you can install them easily in the following ways:
2431

@@ -38,13 +45,6 @@ This is a simple setup using a docker executor. This is a good default choice; i
3845
3946
If you have installed dependencies in the template, close it, and (re)start the development qube.
4047

41-
3. Clone the qubes-builder v2 repository into a location of your choice:
42-
43-
.. code:: console
44-
45-
$ git clone https://github.com/QubesOS/qubes-builderv2
46-
$ cd qubes-builderv2/
47-
4848
4. If you haven’t previously used docker in the current qube, you need to set up some permissions. In particular, the user has to be added to the ``docker`` group:
4949

5050
.. code:: console

0 commit comments

Comments
 (0)