Skip to content

Commit

Permalink
Add installation guide for alpine linux package (#185)
Browse files Browse the repository at this point in the history
Signed-off-by: Hristiyan Ivanov <[email protected]>
  • Loading branch information
hristiy4n authored Sep 29, 2023
1 parent f6739d3 commit a89994e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ yay -S spacectl-bin

Disclaimer: The package is community-maintained, please make sure to verify the [`PKGBUILD`](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=spacectl-bin) before installing/updating.

### Alpine linux

Install [`spacectl`](https://pkgs.alpinelinux.org/packages?name=spacectl&branch=edge&repo=&arch=&maintainer=) from the Alpine Repository ([alpine packages](https://pkgs.alpinelinux.org/packages)):

```bash
apk add spacectl --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing
```

Disclaimer: The package is community-maintained, please make sure to verify the [`APKBUILD`](https://git.alpinelinux.org/aports/tree/testing/spacectl/APKBUILD) before installing/updating.

### Windows

You can install `spacectl` using winget:
Expand Down

0 comments on commit a89994e

Please sign in to comment.