From 4dde968f31fb56cf1a1ebbcfa8eba17b1a903a6e Mon Sep 17 00:00:00 2001 From: Thomas Topuz <49570615+ThomasTopuz@users.noreply.github.com> Date: Thu, 2 Jun 2022 10:57:59 +0200 Subject: [PATCH] Add npm install instructions to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 38b47f3..780f4d1 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ Run `apikana init`. This starts an interactive wizard that lets you define the main aspects of the API project. +Then enter the project directory and run `npm install` to install all the required dependencies. + ### Use as a global tool When `apikana start` is executed, it looks in `src/openapi` for a file named `api.yaml`.