Skip to content

Commit 436a28b

Browse files
authored
Update documentation to also mention the --config-url option (#3683)
* Add missing config-url option * Update example in documentation
1 parent ccebb68 commit 436a28b

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

docs/installing/guided.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@ There are two configuration files, both are optional.
3636
``--config``
3737
------------
3838

39-
This parameter takes a local or remote :code:`.json` file as argument and contains the overall configuration and menu answers for the guided installer.
39+
This parameter takes a local :code:`.json` file as argument and contains the overall configuration and menu answers for the guided installer.
40+
41+
``--config-url``
42+
------------
43+
44+
This parameter takes a remote :code:`.json` file as argument and contains the overall configuration and menu answers for the guided installer.
4045

4146
.. note::
4247

@@ -47,7 +52,11 @@ Example usage
4752

4853
.. code-block:: sh
4954
50-
archinstall --config https://domain.lan/config.json
55+
archinstall --config config.json
56+
57+
.. code-block:: sh
58+
59+
archinstall --config-url https://domain.lan/config.json
5160
5261
The contents of :code:`https://domain.lan/config.json`:
5362

0 commit comments

Comments
 (0)