From be2b126caad7b84874d5975988b0cf21a578cdde Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Fri, 4 Nov 2022 22:05:10 +0100 Subject: [PATCH] Add instructions for installing on Alpine Linux --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index bcfac3b..c5fb634 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,21 @@ keepassxc-proxy listens stdin from keepassxc-browser extension and transfers the With Windows this is a named pipe under `org.keepassxc.KeePassXC.BrowserServer\`. +## Installing + +### Alpine Linux + +If you use Alpine Linux, you can install the proxy from the [keepassxc-proxy-static](https://pkgs.alpinelinux.org/packages?name=keepassxc-proxy-static) package. +It's built as a static binary, so it can be used with a browser installed from and running in Flatpak. +This package is available in Alpine Linux repositories since (upcoming) v3.17 and in Edge. + +```bash +apk add keepassxc-proxy-static +``` + +You can then install the proxy and associated config into Firefox or Chromium using the `keepassxc-proxy-install` command. +Run `keepassxc-proxy-install -h` for more information. + ## Building The proxy can be built with: