mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-08-26 02:18:22 +00:00
Merge pull request #151 from matthewrsj/local-rpms
mixin: fix local-rpm documentation
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user