Skip to content

Commit

Permalink
Fixed a broken link and removed unused topics (#3529)
Browse files Browse the repository at this point in the history
  • Loading branch information
spolifroni-amd authored Jan 15, 2025
1 parent d5c9f7a commit 9b6b58f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install/installing_with_package.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ ROCm must be installed before installing MIGraphX. See `ROCm installation for Li

Installing MIGraphX using the package installer is sufficient for users who want to use the MIGraphX API.

If you want to develop for MIGraphX and contribute to the source code, see :doc:`Building MIGraphX </install/building_migraphx>` and :doc:`Developing for MIGraphX <../dev/contributing-to-migraphx>`.
If you want to develop for MIGraphX and contribute to the source code, see `Building MIGraphX <./building_migraphx.html>`_ and `Developing for MIGraphX <../dev/contributing-to-migraphx.html>`_

The package installer will install all the prerequisites needed for MIGraphX.

Use the following command to install MIGraphX:

.. code:: shell
sudo apt update && sudo apt install -y migraphx
sudo apt update && sudo apt install -y migraphx

0 comments on commit 9b6b58f

Please sign in to comment.