Merge pull request #151 from matthewrsj/local-rpms

mixin: fix local-rpm documentation
This commit is contained in:
mltullis
2018-06-05 12:18:55 -07:00
committed by GitHub
@@ -44,7 +44,7 @@ Set up the workspace
.. code-block:: console
$ sudo mkdir -p /usr/share/mix/rpms
$ sudo mkdir -p /usr/share/mix/local-rpms
Copy your custom RPM package to the workspace
*********************************************
@@ -61,7 +61,7 @@ your RPM package to the workspace.
.. code-block:: console
$ sudo cp [RPM] /usr/share/mix/rpms
$ sudo cp [RPM] /usr/share/mix/local-rpms
Alternatively, you can add a remote RPM repository by running the following
command.