From c2e173f5df4e4ff80dab4e9f329dfec3eb7c7599 Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Fri, 24 Jan 2025 10:33:50 +0100 Subject: [PATCH] docs(readme): update install instructions with the Alpine Linux package (#116) --- 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