aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2023-11-24 11:19:49 -0500
committerSlack Coder <slackcoder@server.ky>2023-11-24 11:20:12 -0500
commit203ca2b090c335abfaca0afbd4989eaa3f141545 (patch)
treebdaf8e4cba599e1bba7aea8553715a8cedcf514e
parent17f17395ed2c14f3ad489018c134d65d13fcfa4c (diff)
downloadslackware.com-cli-203ca2b090c335abfaca0afbd4989eaa3f141545.tar.xz
README: update
-rw-r--r--README.md16
1 files changed, 7 insertions, 9 deletions
diff --git a/README.md b/README.md
index 937817a..92ad34c 100644
--- a/README.md
+++ b/README.md
@@ -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
```