From 6097dd55ac438ccd9493e06c2884a6066ad43deb Mon Sep 17 00:00:00 2001 From: Kevin Yank Date: Mon, 26 Dec 2022 20:56:41 +1100 Subject: [PATCH] docs: add npm install to getting started instructions --- docs/get-started.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/get-started.md b/docs/get-started.md index 6fa5bdb5a..af56b44be 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -38,6 +38,14 @@ You don’t need access to a [Git](https://git-scm.com) repository, but some hos > Indiekit is designed to be easy to install and use. However, while this project is in its infancy, some aspects may be a bit technical. If you have any questions, please [submit an issue](https://github.com/getindiekit/indiekit/issues) on GitHub. +### 0. Install dependencies + +Indiekit depends on a number of packages to work. Before you can use it, you need to install them: + +```sh +npm install +``` + ### 1. Create a configuration file Run the following command in your terminal to start the configuration wizard: