From c2104f4e880c631e202379ef9fb88ee06db3d330 Mon Sep 17 00:00:00 2001 From: Slack Coder Date: Thu, 3 Oct 2024 06:02:17 -0500 Subject: README: Note about system integration --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d29bf78..5ca788a 100644 --- a/README.md +++ b/README.md @@ -46,12 +46,17 @@ sudo sh *.SlackBuild ### Other Unix-like systems -Standard practice is to install under /usr/local/bin +Standard practice is to install under /usr/local/sbin ``` -sudo GOBIN=/usr/local/sbin go build ./cmd/... +go build ./cmd/... +sudo mv mirror /usr/local/sbin +sudo chmod +x /usr/local/sbin/mirror ``` +You will then need to integrate it into your system's service management to +your liking. + ## Configuration Configuration is provided via [TOML](https://toml.io) file format. -- cgit v1.2.3