diff --git a/README.md b/README.md
index c0976c7..0e9b212 100644
--- a/README.md
+++ b/README.md
@@ -1,51 +1,31 @@
-
+
+
+RR: Yet a Better Redistributed Fork of ARPL for Redpill Bootload Automation
+
+> The ultimate solution to self-centralized Synology DSM OS on any local machine with any x86/x64 CPU architecture via a single flash of bootload pre-installation process in addition within recovery environment.
+
## Run project locally
Use this command below to boot this project locally.
```bash
-git clone https://github.com/Evavic44/adocs.git
+git clone https://github.com/RROrg/rr-docs.git
-cd adocs
+cd rr-docs
-npm install
+npm install pnpm -g
-npm run docs:dev
+pnpm i
+
+pnpm dev
```
-Visit [https://localhost:5173](https://localhost:5173) to see your site
+Visit [`https://localhost:5173`](https://localhost:5173) to see your site
## Build
You may run this command to build the docs
```bash
-npm run docs:build
-```
-
-## Folder Structure
-
-```
-docs/
-├── .vitepress/
-│ ├── config.js
-│ └── theme/
-│ ├── index.js
-│ └── custom.css
-├── public/
-│ ├── logo.svg
-│ └── logo-big.svg
-├── about.md
-├── configs.md
-├── contact.md
-├── get-started.md
-├── guide.md
-├── index.md
-├── package.json
-└── README.md
-```
+pnpm build
+```
\ No newline at end of file