From 7006ab93faef494bc255697b3977b459d9aeaf94 Mon Sep 17 00:00:00 2001 From: Hari Chalise Date: Sun, 2 Feb 2025 22:23:16 +0545 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d024088..17abc04 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ This is the official documentation for [`Carch Project`](https://github.com/hari ### 📚 Build Documentation -*Assuming you already have all the usual Node.js dependencies (e.g., Node.js, NVM)* +*Assuming you already have all the usual Node.js dependencies (e.g., Node.js, NVM, Bun, Npm)* @@ -47,7 +47,7 @@ cd docs ```bash cd -npm add -D vitepress +bun add -D vitepress ```
@@ -65,7 +65,7 @@ npm run docs:build *To preview the generated build locally:* ```sh -npm run docs:preview +bun run docs:preview ``` *Copy the local IP address provided and paste it into your browser to view the documentation.* @@ -77,7 +77,7 @@ npm run docs:preview *To see live changes while editing the documentation:* ```sh -npm run docs:dev +bun run docs:dev ``` [check]: https://github.com/carch-org/docs/actions/workflows/docs.yml/badge.svg