diff --git a/README.md b/README.md index da55ac7..981f228 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,9 @@ Sbopkg will allow the user to: * View the contents of the cache directory (where source code tarballs are stored). * View the permanent build log that is optionally maintained to keep a record of the entire compilation process. * Check for an update to sbopkg itself. +* Blacklist package(s) that you don't want to update -Sbopkg will not check dependencies since that is not a feature native to Slackware. Sbopkg is one thing and one thing only: a medium to easily browse a local copy of the SlackBuilds.org repository and build packages from it. However, since 0.38.0, sqg (SBo Queue Generator) is included in the main package, so users can easily generate queue file(s) which list all dependencies and install them along the requested package. +Sbopkg (by default) will not check dependencies since that is not a feature native to Slackware. Sbopkg is one thing and one thing only: a medium to easily browse a local copy of the SlackBuilds.org repository and build packages from it. However, since 0.38.0, sqg (SBo Queue Generator) is included in the main package, so users can easily generate queue file(s) which list all dependencies and install them along the requested package. Sbopkg can be also be used strictly from the command line without the dialog interface, to perform most, if not all, of the same functions listed above. Typing sbopkg -h will display the command line options.