diff options
Diffstat (limited to 'system/pkg/README')
-rw-r--r-- | system/pkg/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/system/pkg/README b/system/pkg/README index dfe5e3d9f1..94ab62b910 100644 --- a/system/pkg/README +++ b/system/pkg/README @@ -1,4 +1,4 @@ -Simple and fast package manager for the Slackbuilds.org repository +`pkg` Simple and fast package manager for the Slackbuilds.org repository Can download, build and install packages. Resolves dependencies and manages the installed packages and blacklist. Can search for packages, @@ -10,3 +10,6 @@ specify the packages you actually use in /etc/pkg/pkg_list.txt and the Written in go, it is fast and lightweight and can easily be configured by changing src/config.go and recompiling. + +Read README.md of the actual package for more information on how to use +it. |