Updated readme

This commit is contained in:
Dimitris Zlatanidis 2022-12-08 19:44:46 +02:00
parent c1d1af904e
commit b6c6cdd519

View file

@ -74,6 +74,40 @@ Usage
If you need more information try to use slpkg manpage.
$ slpkg install Flask
The following packages will be installed or upgraded:
[ install ] -> Flask-2.1.2
Dependencies:
[ install ] -> python-zipp-3.8.0
[ install ] -> python-importlib_metadata-4.10.1
[ install ] -> click-8.1.3
[ install ] -> python3-itsdangerous-2.1.2
[ install ] -> werkzeug-2.1.2
Total 6 packages will be installed and 0 will be upgraded.
Do you want to continue [y/N]:
$ slpkg remove Flask
The following packages will be removed:
[ delete ] -> Flask-2.1.2-x86_64-1_SBo
Dependencies:
[ delete ] -> python-zipp-3.8.0-x86_64-2_SBo
[ delete ] -> python-importlib_metadata-4.10.1-x86_64-1_SBo
[ delete ] -> click-8.1.3-x86_64-1_SBo
[ delete ] -> python3-itsdangerous-2.1.2-x86_64-1_SBo
[ delete ] -> werkzeug-2.1.2-x86_64-1_SBo
Total 6 packages will be removed.
Do you want to continue [y/N]:
Configuration files
-------------------