From 22d241a99ff25b8b29dbf65a34cbc75f7a017645 Mon Sep 17 00:00:00 2001 From: lunrenyi Date: Fri, 25 Apr 2025 14:55:43 +0800 Subject: [PATCH] Added x install Support for mcpm.sh --- README.md | 8 ++++++++ README.zh-CN.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/README.md b/README.md index 3a4ecd51..e36153d3 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,14 @@ pipx install mcpm pip install mcpm ``` +### 🧰 X-CMD + +If you are a user of [x-cmd](https://x-cmd.com), you can run: + +```sh +x install mcpm.sh +``` + ### 🔄 Shell Script (One-liner) ```bash diff --git a/README.zh-CN.md b/README.zh-CN.md index 33c9d562..fb395868 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -47,6 +47,14 @@ pipx install mcpm pip install mcpm ``` +### 🧰 X-CMD + +如果你是 [x-cmd](https://x-cmd.com) 用户,可以运行以下命令安装: + +```sh +x install mcpm.sh +``` + ### 🔄 Shell 脚本(一行命令) ```bash