Skip to content

Commit

Permalink
DOCS: Update to add Arch Linux in install.md
Browse files Browse the repository at this point in the history
Signed-off-by: Hanxing Wang <[email protected]>
  • Loading branch information
STARRY-S committed Nov 29, 2023
1 parent 7941402 commit f50dc20
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions install.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ sudo apk add skopeo

[Package Info](https://pkgs.alpinelinux.org/packages?name=skopeo)

### Arch Linux

```sh
sudo pacman -S skopeo
```

[Package Info](https://archlinux.org/packages/extra/x86_64/skopeo/)

### macOS

```sh
Expand Down Expand Up @@ -159,6 +167,11 @@ brew install gpgme
sudo zypper install libgpgme-devel device-mapper-devel libbtrfs-devel glib2-devel
```

```bash
# Arch Linux:
sudo pacman -S base-devel gpgme device-mapper btrfs-progs
```

Make sure to clone this repository in your `GOPATH` - otherwise compilation fails.

```bash
Expand Down

0 comments on commit f50dc20

Please sign in to comment.