diff options
Diffstat (limited to 'system/asbt/README')
-rw-r--r-- | system/asbt/README | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/system/asbt/README b/system/asbt/README index 5d2fa40fe60d..32b720e878fd 100644 --- a/system/asbt/README +++ b/system/asbt/README @@ -1,8 +1,8 @@ -asbt acts like a package manager for your local copy of slackbuilds. -(usually obtained from slackbuilds.org) +asbt is a tool for managing packages in your local copy of slackbuilds, +usually obtained from http://slackbuilds.org/ (SBo). -It supports searching (-s), viewing information (-i,-r,-d,-v) , -downloading (-g), building (-B), and installing/removing/upgrading packages. +It supports searching (-s), viewing information (-i,-r,-d,-v) , downloading (-g), +building (-B), and installing/removing/upgrading packages. The list of available options is present in the readme and the man page. @@ -23,7 +23,4 @@ adjust according to your wish, are: 4) gitdir="/home/$USER/git/slackbuilds/.git" # Directory where the slackbuilds git repository is present. -5) editor="/usr/bin/vim" - # Editor for viewing/editing slackbuilds. - These variables can also be configured via editing /etc/asbt/asbt.conf |