Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
installation.md: simplify build-from-source for rpm distros
RPM distros can simply run `dnf builddep` on `rpm/podman.spec` to fetch build dependencies. That specfile already handles dependencies for all supported versions of Fedora and CentOS Stream so it's a lot simpler and easier to maintain than duplicating dependency specification in the documentation. Most of the runtime dependencies are handled in the containers-common-extra package, which simplifies things further for the user. Resolves: containers#157 Signed-off-by: Lokesh Mandvekar <[email protected]>
- Loading branch information