From 08288d98088c89a3f03fbd8af0f1aaeef54d70f3 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Mon, 21 May 2018 10:51:58 +0100 Subject: [PATCH] docs: Add further links to install README Add developer guide and runtime repo links to the installation README. Fixes #105. Signed-off-by: James O. D. Hunt --- install/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install/README.md b/install/README.md index 6642611259..0f67a0e223 100644 --- a/install/README.md +++ b/install/README.md @@ -4,3 +4,8 @@ Select your preferred distribution: * [Fedora](https://github.com/kata-containers/documentation/blob/master/install/fedora-installation-guide.md) * [Ubuntu](https://github.com/kata-containers/documentation/blob/master/install/ubuntu-installation-guide.md) + +For further information, see: + +* The [developer guide](https://github.com/kata-containers/documentation/blob/master/Developer-Guide.md) +* The [runtime documentation](https://github.com/kata-containers/runtime/blob/master/README.md)