aboutsummaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
authorTomSweeneyRedHat <tsweeney@redhat.com>2018-05-16 08:16:01 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-05-16 16:21:37 +0000
commit4eecbdbf1120eda6b01730321e5126da5bc004a0 (patch)
tree431afa3009a75a15b9c312eb0467f688843fb8f7 /docs/tutorials
parent5b2627dd7738cd92a356ca30c5a47be7a6abaf29 (diff)
downloadpodman-4eecbdbf1120eda6b01730321e5126da5bc004a0.tar.gz
podman-4eecbdbf1120eda6b01730321e5126da5bc004a0.tar.bz2
podman-4eecbdbf1120eda6b01730321e5126da5bc004a0.zip
Update Tutorial with Fedora kit location
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com> Closes: #779 Approved by: mheon
Diffstat (limited to 'docs/tutorials')
-rw-r--r--docs/tutorials/podman_tutorial.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/tutorials/podman_tutorial.md b/docs/tutorials/podman_tutorial.md
index 8c2dbccd8..9ebab5f69 100644
--- a/docs/tutorials/podman_tutorial.md
+++ b/docs/tutorials/podman_tutorial.md
@@ -5,10 +5,16 @@ Podman is a utility provided as part of the libpod library. It can be used to c
containers. The following tutorial will teach you how to set up Podman and perform some basic
commands with Podman.
-## Install Podman on Fedora
-Many of the basic components to run Podman are readily available from the Fedora RPM repositories; the only
-exception is Podman itself. In this section, we will help you install all the runtime and build dependencies
-for Podman until an RPM becomes available.
+## Install Podman on Fedora from RPM Repositories
+Fedora 27 and later provide Podman via the package manager.
+```
+$ sudo dnf install -y podman
+```
+
+## Install Podman on Fedora from Source
+Many of the basic components to run Podman are readily available from the Fedora RPM repositories.
+In this section, we will help you install all the runtime and build dependencies for Podman,
+acquire the source, and build it.
### Installing build and runtime dependencies
```