From a6fea236b50af4117a5ebfb813161380e5f009a8 Mon Sep 17 00:00:00 2001 From: Ivan Reshetnikov Date: Fri, 30 May 2025 21:38:14 +0500 Subject: [PATCH] Mention installation of dependencies in README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 17ca3b3..2610682 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ Tekton API documentation in OpenAPI format. ## Getting started +Install dependencies: + +```sh +npm install +``` + Build static HTML page: ```sh