From 1f3ed9dc140dbf0ee67422085899ab563cf52740 Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Thu, 23 Jan 2025 20:42:00 +0100 Subject: [PATCH] docs(readme): update install instructions with the Alpine Linux package https://pkgs.alpinelinux.org/package/edge/testing/x86_64/sshs --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index bb57e8f..93387bd 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,14 @@ choco install sshs pacman -S sshs ``` +### Alpine Linux + +`sshs` is available in Alpine Linux [testing repository](https://pkgs.alpinelinux.org/package/edge/testing/x86_64/sshs). + +```shell +apk add sshs +``` + ### NixOS / Nix #### As a Flake