Skip to content

Commit

Permalink
Merge pull request #395 from amd-jnovotny/offlineinstaller-bash-cmd-d…
Browse files Browse the repository at this point in the history
…ocs624

Cherry-pick to docs/6.2.4: Update docs to add bash keyword when running the .run file. (#391)
  • Loading branch information
amd-jnovotny authored Jan 16, 2025
2 parents 90bf2f6 + 7d38e92 commit 45c1e42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/install/rocm-offline-installer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ On the host system, run the ROCm Offline Installer Creator from the terminal com

.. code-block:: shell
./rocm-offline-creator_1.0.0-local.run <options>
bash ./rocm-offline-creator_1.0.0-local.run <options>
The ``<options>`` parameter can either be left empty or set to these options:

Expand All @@ -114,7 +114,7 @@ This example demonstrates how to use the ``prompt`` option when running the Offl

.. code-block:: shell
./rocm-offline-creator_1.0.0-local.run prompt
bash ./rocm-offline-creator_1.0.0-local.run prompt
The optional ``prompt`` parameter stops the Offline Installer Creator
at critical checkpoints in the creation process and prompts the user. At these checkpoints,
Expand Down Expand Up @@ -827,7 +827,7 @@ Offline Installer Creator with the ``config`` parameter.

.. code-block:: shell
./rocm-offline-creator_1.0.0-local.run config=[path-to-config-file]
bash ./rocm-offline-creator_1.0.0-local.run config=[path-to-config-file]
Set the ``config`` parameter to the absolute path to a configuration file. The file name must include
the ``.config`` file extension. The file follows the format defined by the Offline Installer Creator
Expand Down

0 comments on commit 45c1e42

Please sign in to comment.