Update documentation
This commit is contained in:
parent
6193f1c799
commit
6f1ef7c75c
@ -21,7 +21,7 @@ dockers:
|
|||||||
build_flag_templates:
|
build_flag_templates:
|
||||||
- "--platform=linux/amd64"
|
- "--platform=linux/amd64"
|
||||||
nfpms:
|
nfpms:
|
||||||
-
|
-
|
||||||
id: default
|
id: default
|
||||||
package_name: linkwallet
|
package_name: linkwallet
|
||||||
file_name_template: "{{ .ConventionalFileName }}"
|
file_name_template: "{{ .ConventionalFileName }}"
|
||||||
|
12
README.md
12
README.md
@ -32,6 +32,14 @@ A self-hosted bookmark database with full-text page content search.
|
|||||||
mountpoint.
|
mountpoint.
|
||||||
* Run `docker-compose up -d`
|
* 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
|
## Binary
|
||||||
|
|
||||||
* Download the appropriate binary from the releases page
|
* 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
|
* Checkout the code
|
||||||
* `go build cmd/linkwallet/linkwallet.go`
|
* `go build cmd/linkwallet/linkwallet.go`
|
||||||
|
|
||||||
## deb/rpm packages
|
|
||||||
|
|
||||||
Coming soon.
|
|
||||||
|
|
||||||
# Using
|
# Using
|
||||||
|
|
||||||
linkwallet is a 100% web-driven app. After running, hit the web interface
|
linkwallet is a 100% web-driven app. After running, hit the web interface
|
||||||
|
Loading…
x
Reference in New Issue
Block a user