diff --git a/README.md b/README.md
index 1b2ec47..3ef8d01 100644
--- a/README.md
+++ b/README.md
@@ -32,58 +32,39 @@ This is the official documentation for [Carch Project](https://github.com/harilv
-
-
#### 🛠️ Clone Repository
-
-
```sh
- git clone https://github.com/carch-org/docs
- cd docs
+git clone https://github.com/carch-org/docs
+cd docs
```
-
-
#### 🏗️ Build
*To generate the static documentation files:*
-
-
```sh
npm run docs:build
```
-
-
#### 👀 Preview
*To preview the generated build locally:*
-
-
```sh
npm run docs:preview
```
-
*Copy the local IP address provided and paste it into your browser to view the documentation.*
-
-
-
-
#### 🔄 Development Build
*To see live changes while editing the documentation:*
-
-
```sh
npm run docs:dev
```