summaryrefslogtreecommitdiff
path: root/docs/tutorials/README.md
diff options
context:
space:
mode:
authorTomSweeneyRedHat <tsweeney@redhat.com>2019-10-02 10:25:38 -0400
committerTomSweeneyRedHat <tsweeney@redhat.com>2019-10-02 10:25:42 -0400
commit5f932fa441a64a8fa0f75cb848a9a2079c770a43 (patch)
tree717342118465c8ec566a833b0ec65dfb65add985 /docs/tutorials/README.md
parent257a985f5a7cff8f01891529ea89b0ea2800d61f (diff)
downloadpodman-5f932fa441a64a8fa0f75cb848a9a2079c770a43.tar.gz
podman-5f932fa441a64a8fa0f75cb848a9a2079c770a43.tar.bz2
podman-5f932fa441a64a8fa0f75cb848a9a2079c770a43.zip
Add api link to tutorials
We recently moved the "How to use libpod for custom/derivative projects" page to the docs/tutorials directory. This adds a link to the README.md there so it can be more easily found and adds a logo to the tutorial itself. Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Diffstat (limited to 'docs/tutorials/README.md')
-rw-r--r--docs/tutorials/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/tutorials/README.md b/docs/tutorials/README.md
index 2cf9613b6..bcd1b01d9 100644
--- a/docs/tutorials/README.md
+++ b/docs/tutorials/README.md
@@ -19,3 +19,7 @@ Special setup for running the Podman remote client on a Mac and connecting to Po
**[Remote Client](remote_client.md)**
A brief how-to on using the Podman remote-client.
+
+**[How to use libpod for custom/derivative projects](podman-derivative-api.md)**
+
+How the libpod API can be used within your own project.