diff options
author | Slack Coder <slackcoder@server.ky> | 2023-11-24 11:19:49 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2023-11-24 11:20:12 -0500 |
commit | 203ca2b090c335abfaca0afbd4989eaa3f141545 (patch) | |
tree | bdaf8e4cba599e1bba7aea8553715a8cedcf514e | |
parent | 17f17395ed2c14f3ad489018c134d65d13fcfa4c (diff) | |
download | slackware.com-cli-203ca2b090c335abfaca0afbd4989eaa3f141545.tar.xz |
README: update
-rw-r--r-- | README.md | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -1,5 +1,4 @@ -Unofficial Client for slackware.com -=================================== +# Unofficial Client for slackware.com A minimalistic tool for interfacing with Slackware's mirrors and website from the command line. Use at your own risk. @@ -23,8 +22,7 @@ The commands are: - print all new and updated packages on mirror ``` -Examples --------- +## Examples Download all updates: ``` @@ -47,12 +45,12 @@ if [ -n "$TO_UPDATE" ]; then fi ``` -Installation ------------- +## Installation -Download the slackware.com script, and copy it to /usr/local/sbin: +Follow Golang's standard process for installing. It will install the command +into the location pointed to by the GOBIN environment variable or its default +value. ``` -chmd +x slackware.com -mv slackware.com /usr/local/sbin +go install ./cmd/slackware.com ``` |