aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
```