Skip to content

Commit

Permalink
Merge pull request containers#2165 from STARRY-S/main
Browse files Browse the repository at this point in the history
DOCS: Update to add Arch Linux in install.md
  • Loading branch information
mtrmac authored Nov 29, 2023
2 parents 7941402 + f50dc20 commit 8514ab3
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 8514ab3

Please sign in to comment.