From 5caf31a90a7aa75733147787f31024004b18648c Mon Sep 17 00:00:00 2001 From: Jamie Banks Date: Fri, 17 Jul 2026 01:17:05 +0100 Subject: [PATCH] docs: add binary download link and update systemd service installation path in README --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8eafbd1..1c7cd99 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,12 @@ go mod tidy go build -o nucleus ./cmd/nucleus ``` +## Download + +The binary is availble for download from here: + +https://apps.jdbnet.co.uk/nucleus + ## Running as a Systemd Service To keep Nucleus running continuously in the background on your VM, it is recommended to create a systemd service. @@ -46,10 +52,8 @@ After=network.target [Service] Type=simple -User=jamie -Group=jamie -WorkingDirectory=/home/jamie/Git/nucleus -ExecStart=/home/jamie/Git/nucleus/nucleus +WorkingDirectory=/opt/nucleus +ExecStart=/opt/nucleus/nucleus # SMTP Configuration Environment="SMTP_HOST=localhost"