From 75b2f47e71234857c817fb7f69857ef71d9a90b2 Mon Sep 17 00:00:00 2001 From: nate contino Date: Mon, 23 May 2022 10:39:48 -0400 Subject: [PATCH] Update intro.md (#109) --- docs/docs/intro.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docs/intro.md b/docs/docs/intro.md index 95d3b4ff..eedec7a2 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -19,6 +19,14 @@ With Bluehawk, you can: - Generate formatted code examples for use in documentation - Replace "finished" code with "todo" code for a branch in a tutorial repo +## Install + +Install Bluehawk with [NPM](https://www.npmjs.com/): + +``` +npm install -g bluehawk +``` + ## Example Say you're documenting a library. To provide code examples for library functionality,