From e2d1bd11d068917778abf082ec2f47f17816bc2f Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 18 Jun 2017 09:34:05 +0700 Subject: [PATCH] README: Update text. Signed-off-by: Willy Sudiarto Raharjo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 362cc68..da55ac7 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ Sbopkg will allow the user to: * 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. -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. +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 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. -Please note that while sbopkg has performed well for many users, it is still in a testing phase. Please do not use in a production environment and please use a separate copy/mirror of SlackBuilds.org, or at least make a backup of any changes to your local copy/mirror before using sbopkg. +Please note that while sbopkg has performed well for many users, it is still advised to read the ChangeLog and READMEs before building package(s).