mirror of
https://github.com/containers/skopeo.git
synced 2025-08-12 03:42:14 +00:00
Add OSX instructions to Readme
This commit is contained in:
parent
5d589d6d54
commit
066463201a
@ -110,6 +110,12 @@ $ git clone https://github.com/projectatomic/skopeo $GOPATH/src/github.com/proje
|
|||||||
$ cd $GOPATH/src/github.com/projectatomic/skopeo && make all
|
$ cd $GOPATH/src/github.com/projectatomic/skopeo && make all
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To build localy on OSX:
|
||||||
|
```sh
|
||||||
|
$ brew install gpgme
|
||||||
|
$ make binary-local
|
||||||
|
```
|
||||||
|
|
||||||
You may need to install additional development packages: gpgme-devel and libassuan-devel
|
You may need to install additional development packages: gpgme-devel and libassuan-devel
|
||||||
```sh
|
```sh
|
||||||
$ dnf install gpgme-devel libassuan-devel
|
$ dnf install gpgme-devel libassuan-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user