Skip to content

Commit

Permalink
docs: indicate RPMs are noarch
Browse files Browse the repository at this point in the history
This patch changes the RPM installation instructions to use noarch instead of the system's architecture, reflecting previous patches.

Signed-off-by: Amy Parker <amy@amyip.net>
  • Loading branch information
amyipdev committed Aug 14, 2023
1 parent 6ea44fa commit 0269daa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,17 +131,17 @@ RPMs

First, get the RPM for SSVP. This should be from the most recent release on GitHub, and is specific to your distro.

Next, install the RPM (note that the filename depends on the version, distro, and system architecture):
Next, install the RPM (note that the filename depends on the version and distro):

.. code-block:: bash
dnf install -y ssvp-VERSION-1.DISTRO.ARCH.rpm
dnf install -y ssvp-VERSION-1.DISTRO.noarch.rpm
For instance, to install v0.3.0 for Fedora:

.. code-block:: bash
dnf install -y ssvp-0.3.0-1.fc38.x86_64.rpm
dnf install -y ssvp-0.3.0-1.fc38.noarch.rpm
Then, using :code:`/opt/ssvp` as the base directory, make sure to `configure <configuration.html>`_ (make a file, and set up systemd), and you're done!

Expand Down

0 comments on commit 0269daa

Please sign in to comment.