From 2d1a548ccb9a21a4f59a3bd6416f57571549a7a2 Mon Sep 17 00:00:00 2001 From: pbhandar-amd <138039281+pbhandar-amd@users.noreply.github.com> Date: Thu, 16 Jan 2025 12:33:26 -0500 Subject: [PATCH] Update docs to add bash keyword when running the .run file. (#391) (cherry picked from commit 188474d3b2322d5f4364bedb9799dabea9ac896b) --- docs/install/rocm-offline-installer.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install/rocm-offline-installer.rst b/docs/install/rocm-offline-installer.rst index 20bedde9..27841b4f 100644 --- a/docs/install/rocm-offline-installer.rst +++ b/docs/install/rocm-offline-installer.rst @@ -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 + bash ./rocm-offline-creator_1.0.0-local.run The ```` parameter can either be left empty or set to these options: @@ -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, @@ -850,7 +850,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