From 3acd4e28ee6f87171f9f928084885e108810cc32 Mon Sep 17 00:00:00 2001 From: Hari Chalise Date: Tue, 31 Dec 2024 13:07:20 +0545 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f164fd6..a4abd34 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ This is the official documentation for [`Carch Project`](https://github.com/hari +*Assuming you already have all the usual Node.js dependencies (e.g., Node.js, NVM)* + #### 🛠️ Clone Repository ```sh @@ -41,6 +43,15 @@ cd docs
+#### 📦 Initialize with npm + +```bash +cd +npm add -D vitepress +``` + +
+ #### 🏗️ Build *To generate the static documentation files:*