Merge pull request #2171 from rahilarious/add-gentoo-install

DOCS: add Gentoo in install.md
This commit is contained in:
Miloslav Trmač 2023-12-04 15:04:26 +01:00 committed by GitHub
commit 889e3f1ccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,6 +55,14 @@ sudo apk add skopeo
[Package Info](https://pkgs.alpinelinux.org/packages?name=skopeo)
### Gentoo
```sh
sudo emerge app-containers/skopeo
```
[Package Info](https://packages.gentoo.org/packages/app-containers/skopeo)
### Arch Linux
```sh