Skip to content

Commit c2e173f

Browse files
authored
docs(readme): update install instructions with the Alpine Linux package (#116)
1 parent 0ffe463 commit c2e173f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ choco install sshs
3838
pacman -S sshs
3939
```
4040

41+
### Alpine Linux
42+
43+
`sshs` is available in Alpine Linux [testing repository](https://pkgs.alpinelinux.org/package/edge/testing/x86_64/sshs).
44+
45+
```shell
46+
apk add sshs
47+
```
48+
4149
### NixOS / Nix
4250

4351
#### As a Flake

0 commit comments

Comments
 (0)