mirror of
https://github.com/containers/skopeo.git
synced 2025-08-25 17:49:06 +00:00
Merge pull request #995 from rhatdan/master
A couple of minor code cleanups.
This commit is contained in:
commit
5e88eb5761
2
Makefile
2
Makefile
@ -128,7 +128,7 @@ docs-in-container:
|
||||
skopeobuildimage make docs $(if $(DEBUG),DEBUG=$(DEBUG)) BUILDTAGS='$(BUILDTAGS)'
|
||||
|
||||
clean:
|
||||
rm -f bin docs/*.1
|
||||
rm -rf bin docs/*.1
|
||||
|
||||
install: install-binary install-docs install-completions
|
||||
install -d -m 755 ${SIGSTOREDIR}
|
||||
|
@ -18,7 +18,7 @@ using the latest Fedora and then Skopeo is installed into them:
|
||||
|
||||
## Sample Usage
|
||||
|
||||
Although not required, it is suggested that [Podman](https://github.com/containers/libpod) be used with these container images.
|
||||
Although not required, it is suggested that [Podman](https://github.com/containers/podman) be used with these container images.
|
||||
|
||||
```
|
||||
# Get Help on Skopeo
|
||||
|
Loading…
Reference in New Issue
Block a user