From b4fb578c215bde75ec03bcb4edd3a703e00d73b9 Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Sat, 28 Sep 2024 23:50:58 +0300 Subject: [PATCH] Install dependencies in a short guide as well (#20) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f6b482..c4e1a51 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ For documentation we use [VitePress](https://vitepress.dev/), which is [Vue](https://vuejs.org/)-powered static site generator built on top of [Vite](https://vitejs.dev/). - To run site locally, we should clone repository and run the following command + To run site locally, we should clone repository, install dependencies and run the following command ```shell npm run docs:dev ```