mirror of
https://github.com/containers/skopeo.git
synced 2025-06-30 00:22:27 +00:00
Merge pull request #237 from so0k/add-osx-instructions
Add OSX instructions to Readme
This commit is contained in:
commit
f4f69742ad
@ -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
|
||||
```
|
||||
|
||||
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
|
||||
```sh
|
||||
$ dnf install gpgme-devel libassuan-devel
|
||||
|
Loading…
Reference in New Issue
Block a user