From 6f1ef7c75ce57fe4cfcffa1cc4c2349491a6c72f Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Thu, 2 Jun 2022 14:19:49 +0930 Subject: [PATCH] Update documentation --- .goreleaser.yaml | 2 +- README.md | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 1324fc1..a345aa8 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -21,7 +21,7 @@ dockers: build_flag_templates: - "--platform=linux/amd64" nfpms: - - + - id: default package_name: linkwallet file_name_template: "{{ .ConventionalFileName }}" diff --git a/README.md b/README.md index d2bccb8..f75363c 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,14 @@ A self-hosted bookmark database with full-text page content search. mountpoint. * Run `docker-compose up -d` +## Packages (deb/rpm) + +* Download the .deb or .rpm from the releases +* Install using apt/dpkg/rpm + * Automatically creates a systemd service, enabled and started + * Runs as user `linkwallet` + * Database stored in `/var/lib/linkwallet` + ## Binary * Download the appropriate binary from the releases page @@ -44,10 +52,6 @@ A self-hosted bookmark database with full-text page content search. * Checkout the code * `go build cmd/linkwallet/linkwallet.go` -## deb/rpm packages - -Coming soon. - # Using linkwallet is a 100% web-driven app. After running, hit the web interface