diff options
author | aaditya <aaditya_gnulinux@zoho.com> | 2014-02-16 08:54:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-02-16 08:55:01 +0700 |
commit | 766d6be8503473fe565027c8abdec7f927e95d41 (patch) | |
tree | d25a9a1f1b26130c5fffa51cae154668cb821012 /system/asbt/README | |
parent | 77123788f2219cd7ea78a7682eb9b5487282074c (diff) |
system/asbt: Updated for version 0.8.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 |