Skip to content

Commit

Permalink
Fix wget command and quotations ROCm runfile docs (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
harkgill-amd authored Jan 14, 2025
1 parent e0f858b commit ebc0b27
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/install/rocm-runfile-installer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ For example, use this command to download ROCm version 6.3.1 of the ROCm Runfile

.. code-block:: shell
wget https://repo.radeon.com/rocm/installer/rocm-runfile-installer/rocm-rel-6.3.1/ubuntu/22.04/rocm-installer_1.0.0.60301-1-22.04.run
wget https://repo.radeon.com/rocm/installer/rocm-runfile-installer/rocm-rel-6.3.1/ubuntu/22.04/rocm-installer_1.0.0.60301-1~22.04.run
Running the ROCm Runfile Installer
----------------------------------
Expand Down Expand Up @@ -417,7 +417,7 @@ to ``udev``, and with the post-install setup:

.. code-block:: shell
./rocm-installer.run deps=install target=/myrocm rocm gpu-access=all postrocm
./rocm-installer.run deps=install target="/myrocm" rocm gpu-access=all postrocm
Command line interface
-----------------------
Expand Down Expand Up @@ -555,14 +555,14 @@ which can be installed in a specific location.

.. code-block:: shell
./rocm-installer.run target=”/” rocm
./rocm-installer.run target="/" rocm
To install ROCm to a directory called ``amd/myrocm`` in the ``$USER`` directory,
the command line is as follows:

.. code-block:: shell
./rocm-installer.run target=/home/amd/myrocm rocm
./rocm-installer.run target="/home/amd/myrocm rocm"
Post-install options
^^^^^^^^^^^^^^^^^^^^
Expand All @@ -584,7 +584,7 @@ At the command line, add one or more of the post-installation options to the ``<

.. code-block:: shell
./rocm-installer.run target=”/” rocm postrocm
./rocm-installer.run target="/" rocm postrocm
.. note::

Expand Down Expand Up @@ -642,7 +642,7 @@ This option configures the ROCm Runfile Installer to uninstall a previous ROCm i

.. code-block:: shell
./rocm-installer.run uninstall target=/home/amd/myrocm
./rocm-installer.run uninstall target="/home/amd/myrocm"
.. note::

Expand Down Expand Up @@ -678,7 +678,7 @@ The ROCm Runfile Installer command line interface includes options for informati

.. code-block:: shell
./rocm-installer.run target=”/” rocm prompt verbose
./rocm-installer.run target="/" rocm prompt verbose
.. _log-files:

Expand Down

0 comments on commit ebc0b27

Please sign in to comment.