Skip to content

Commit

Permalink
docs(readme): update install instructions with the Alpine Linux packa…
Browse files Browse the repository at this point in the history
…ge (#116)
  • Loading branch information
Antiz96 authored Jan 24, 2025
1 parent 0ffe463 commit c2e173f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c2e173f

Please sign in to comment.