diff --git a/.github/README.cn.md b/.github/README.cn.md
index e2cabde42..5a6d6e542 100644
--- a/.github/README.cn.md
+++ b/.github/README.cn.md
@@ -26,12 +26,22 @@
### 安装
-如果您熟悉Node.js和`npx`,您可以在本地运行您的私有AI网关。([其它部署选项](#deploying-ai-gateway))
+如果您熟悉Node.js和`npx`,您可以在本地运行您的私有AI网关。
```
npx @portkey-ai/gateway
```
+
+[ 其它部署选项 ]
+ Portkey Cloud 官方部署(推荐)
+ Docker
+ Node.js
+ Cloudflare
+ Replit
+ 其它...
+
+
> 您的AI网关现在运行在 [http://localhost:8787](http://localhost:8787/) 🚀
### 使用方法