[CI:DOCS] fix typos in prerequisites for Fedora and make binaries sections

- prerequisites in Fedora section has libseccomp-devel.x86_64 named twice
- bin/podman flag "-h" does not work, "--help" is required

Signed-off-by: Carlo Lobrano <c.lobrano@gmail.com>
This commit is contained in:
Carlo Lobrano 2022-06-16 10:15:56 +02:00
parent 78ecdad5f8
commit 28a38617ee
1 changed files with 3 additions and 3 deletions

View File

@ -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