From 203ca2b090c335abfaca0afbd4989eaa3f141545 Mon Sep 17 00:00:00 2001 From: Slack Coder Date: Fri, 24 Nov 2023 11:19:49 -0500 Subject: README: update --- README.md | 16 +++++++--------- 1 file 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 ``` -- cgit v1.2.3