mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-31 10:26:39 +01:00
Updated the readme
This commit is contained in:
parent
623037a2e9
commit
5e6d190f4d
1 changed files with 21 additions and 0 deletions
21
README.rst
21
README.rst
|
@ -133,6 +133,22 @@ or from a binary repository:
|
||||||
|
|
||||||
$ slpkg install <package_name> --bin-repo=<repo_name>
|
$ slpkg install <package_name> --bin-repo=<repo_name>
|
||||||
|
|
||||||
|
You can install a whole repository with the command:
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
$ slpkg install '*' --bin-repo=gnome --resolve-off
|
||||||
|
|
||||||
|
Note: Apply the option '--resolve-off' to speed up the process because the gnome repository has no references to the dependencies.
|
||||||
|
|
||||||
|
|
||||||
|
To remove a package with the dependencies:
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
$ slpkg remove <package_name>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Configuration files
|
Configuration files
|
||||||
-------------------
|
-------------------
|
||||||
|
@ -189,6 +205,11 @@ If you feel satisfied with this project and want to thanks me make a donation.
|
||||||
.. image:: https://gitlab.com/dslackw/images/raw/master/donate/paypaldonate.png
|
.. image:: https://gitlab.com/dslackw/images/raw/master/donate/paypaldonate.png
|
||||||
:target: https://www.paypal.me/dslackw
|
:target: https://www.paypal.me/dslackw
|
||||||
|
|
||||||
|
Report bugs
|
||||||
|
-----------
|
||||||
|
|
||||||
|
Please report any issue here: `Issues <https://gitlab.com/dslackw/slpkg/-/issues>`_
|
||||||
|
|
||||||
|
|
||||||
Copyright
|
Copyright
|
||||||
---------
|
---------
|
||||||
|
|
Loading…
Reference in a new issue