Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
harilvfs authored Feb 2, 2025
1 parent 013b706 commit 7006ab9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)*

</div>

Expand All @@ -47,7 +47,7 @@ cd docs

```bash
cd <clone dir>
npm add -D vitepress
bun add -D vitepress
```

<br>
Expand All @@ -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.*
Expand All @@ -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
Expand Down

0 comments on commit 7006ab9

Please sign in to comment.