From 4a25725550cd3df3a3fbad0fd4fe0ece97a59f0a Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 6 Jul 2016 11:57:01 -0700 Subject: [PATCH] command-line-interface: Link from README and Makefile Signed-off-by: W. Trevor King --- Makefile | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile b/Makefile index a35e2fac1..f6091e654 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,7 @@ DOC_FILES := \ bundle.md \ runtime.md \ runtime-linux.md \ + command-line-interface.md \ config.md \ config-linux.md \ config-solaris.md \ diff --git a/README.md b/README.md index 21bac043e..b5216c5e8 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Table of Contents - Runtime and Lifecycle - [General Runtime and Lifecycle](runtime.md) - [Linux-specific Runtime and Lifecycle](runtime-linux.md) + - [Runtime Command Line Interface](command-line-interface.md) - Configuration - [General Configuration](config.md) - [Linux-specific Configuration](config-linux.md)