summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoropenshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com>2022-06-16 13:23:29 +0000
committerGitHub <noreply@github.com>2022-06-16 13:23:29 +0000
commite2255d9a688d52debac6b6ded2da644392612634 (patch)
tree0e682d86c274638ee33ebec7a227ddcef3135779
parent82936d89887d8a649c6e439cef85304882c44c46 (diff)
parent28a38617ee102627ec3f6e712276cb6d925a88e7 (diff)
downloadpodman-e2255d9a688d52debac6b6ded2da644392612634.tar.gz
podman-e2255d9a688d52debac6b6ded2da644392612634.tar.bz2
podman-e2255d9a688d52debac6b6ded2da644392612634.zip
Merge pull request #14614 from clobrano/typos/contributing
[CI:DOCS] fix typos in prerequisites for Fedora and make binaries sections
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 271c130c9..6b63c7b5a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -93,7 +93,7 @@ You need install some dependencies before building a binary.
#### Fedora
```shell
- $ sudo dnf install gpgme-devel libseccomp-devel.x86_64 libseccomp-devel.x86_64 systemd-devel
+ $ sudo dnf install gpgme-devel libseccomp-devel.x86_64 systemd-devel
$ export PKG_CONFIG_PATH="/usr/lib/pkgconfig"
```
@@ -103,8 +103,8 @@ To test your changes do `make binaries` to generate your binaries.
Your binaries are created inside the `bin/` directory and you can test your changes:
```shell
-$ bin/podman -h
-bin/podman -h
+$ bin/podman --help
+bin/podman --help
NAME:
podman - manage pods and images