aboutsummaryrefslogtreecommitdiff
path: root/docs/tutorials/README.md
diff options
context:
space:
mode:
authorTomSweeneyRedHat <tsweeney@redhat.com>2019-09-19 18:28:27 -0400
committerTomSweeneyRedHat <tsweeney@redhat.com>2019-09-19 19:26:32 -0400
commit9f84d2ee27e4bb5376443b8854996f07eed08052 (patch)
tree162c3974dfdd436428f4a40025fbb83749e3d893 /docs/tutorials/README.md
parentc38844f5a9abedd1b9bce0641ee6f1909377a5d7 (diff)
downloadpodman-9f84d2ee27e4bb5376443b8854996f07eed08052.tar.gz
podman-9f84d2ee27e4bb5376443b8854996f07eed08052.tar.bz2
podman-9f84d2ee27e4bb5376443b8854996f07eed08052.zip
Move rootless and Mac to Tutorials page
As the title says. Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Diffstat (limited to 'docs/tutorials/README.md')
-rw-r--r--docs/tutorials/README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/tutorials/README.md b/docs/tutorials/README.md
index 5dc01f794..c340d683f 100644
--- a/docs/tutorials/README.md
+++ b/docs/tutorials/README.md
@@ -12,6 +12,10 @@ Learn how to setup Podman and perform some basic commands with the utility.
The steps required to setup rootless Podman are enumerated.
-**[Setup on OS X](https://github.com/containers/libpod/blob/master/mac_client.md)**
+**[Setup on OS X](https://github.com/containers/libpod/blob/master/doc/tutorials/mac_client.md)**
-Special setup for running the Podman remote client on a Mac and connecting to Podman running on a Linux VM are documented \ No newline at end of file
+Special setup for running the Podman remote client on a Mac and connecting to Podman running on a Linux VM are documented
+
+**[Remote Client](https://github.com/containers/libpod/blob/master/doc/tutorials/remote_client.md)**
+
+A brief how-to on using the Podman remote-client.