From 436a28b34c308df81d4aea9483216e37812b3293 Mon Sep 17 00:00:00 2001 From: Simon Skoczylas Date: Thu, 24 Jul 2025 17:19:27 +0200 Subject: [PATCH] Update documentation to also mention the --config-url option (#3683) * Add missing config-url option * Update example in documentation --- docs/installing/guided.rst | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/installing/guided.rst b/docs/installing/guided.rst index 696ca202..2bf052a3 100644 --- a/docs/installing/guided.rst +++ b/docs/installing/guided.rst @@ -36,7 +36,12 @@ There are two configuration files, both are optional. ``--config`` ------------ -This parameter takes a local or remote :code:`.json` file as argument and contains the overall configuration and menu answers for the guided installer. +This parameter takes a local :code:`.json` file as argument and contains the overall configuration and menu answers for the guided installer. + +``--config-url`` +------------ + +This parameter takes a remote :code:`.json` file as argument and contains the overall configuration and menu answers for the guided installer. .. note:: @@ -47,7 +52,11 @@ Example usage .. code-block:: sh - archinstall --config https://domain.lan/config.json + archinstall --config config.json + +.. code-block:: sh + + archinstall --config-url https://domain.lan/config.json The contents of :code:`https://domain.lan/config.json`: