Updated the readme

This commit is contained in:
Dimitris Zlatanidis 2023-04-13 19:11:41 +03:00
parent 623037a2e9
commit 5e6d190f4d

View file

@ -133,6 +133,22 @@ or from a binary repository:
$ 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
-------------------
@ -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
:target: https://www.paypal.me/dslackw
Report bugs
-----------
Please report any issue here: `Issues <https://gitlab.com/dslackw/slpkg/-/issues>`_
Copyright
---------