File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ you can do the following:
99
1010.. code-block :: console
1111
12- $ fromager bootstrap stevedore @ git+https://github.com/openstack/stevedore.git
12+ $ fromager bootstrap " stevedore @ git+https://github.com/openstack/stevedore.git"
1313
1414 This will clone the ``stevedore `` repository and build the package from the
1515local copy.
@@ -18,7 +18,7 @@ You can also use the ``bootstrap-parallel`` command for faster builds:
1818
1919.. code-block :: console
2020
21- $ fromager bootstrap-parallel stevedore @ git+https://github.com/openstack/stevedore.git
21+ $ fromager bootstrap-parallel " stevedore @ git+https://github.com/openstack/stevedore.git"
2222
2323 This will perform the same operation but build wheels in parallel after the
2424bootstrap phase completes.
@@ -31,7 +31,7 @@ the ``@`` syntax to specify the version.
3131
3232.. code-block :: console
3333
34- $ fromager bootstrap stevedore @ git+https://github.com/openstack/stevedore.git@5.2.0
34+ $ fromager bootstrap " stevedore @ git+https://github.com/openstack/stevedore.git@5.2.0"
3535
3636 This will clone the ``stevedore `` repository at the tag ``5.2.0 `` and build the
3737package from the local copy.
@@ -40,7 +40,7 @@ Or with parallel builds:
4040
4141.. code-block :: console
4242
43- $ fromager bootstrap-parallel stevedore @ git+https://github.com/openstack/stevedore.git@5.2.0
43+ $ fromager bootstrap-parallel " stevedore @ git+https://github.com/openstack/stevedore.git@5.2.0"
4444
4545 .. important ::
4646
You can’t perform that action at this time.
0 commit comments