Skip to content

Commit

Permalink
docs(readme): update install instructions with the official Arch Linu…
Browse files Browse the repository at this point in the history
…x package (#112)
  • Loading branch information
Antiz96 authored Jan 13, 2025
1 parent b140312 commit 1a91efc
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,8 @@ choco install sshs

### Arch Linux

#### Pacman

[Vote for the package to be added to the official repository](https://aur.archlinux.org/packages/sshs).
In the meantime you can manually install it by cloning the repository and running `makepkg`:

```shell
pacman -S --needed git base-devel
git clone https://aur.archlinux.org/sshs.git
cd sshs
makepkg -si
```

#### Yay

```shell
yay -Syua --needed --noconfirm sshs
pacman -S sshs
```

### NixOS / Nix
Expand Down

0 comments on commit 1a91efc

Please sign in to comment.