From a0456fb6ec737d1aeab8be63fea95bad0de3aeb2 Mon Sep 17 00:00:00 2001 From: Brent Jackson Date: Wed, 6 Jun 2018 17:15:41 -0400 Subject: [PATCH] Edit cli docs --- README.md | 3 ++- cli/README.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 46833220..163f8b6d 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,8 @@ export default props => ``` -Start the development server. +Be sure to install any local dependencies, including `react`, +and start the development server. ```sh kit examples diff --git a/cli/README.md b/cli/README.md index 79b962b2..4b2cb461 100644 --- a/cli/README.md +++ b/cli/README.md @@ -9,6 +9,7 @@ $ npm install --global @compositor/kit-cli ## Development Server Run the Kit dev server with a folder of example components or a single component. +Be sure that any local dependencies, including `react` are installed. ```sh kit examples