docs: add binary download link and update systemd service installation path in README
Build and Push / build (nucleus, amd64, linux) (push) Successful in 17s

This commit is contained in:
2026-07-17 01:17:05 +01:00
parent 10f9656219
commit 5caf31a90a
+8 -4
View File
@@ -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"