From d2eb13b0d6ce8d87022b409071efa6ecdff7e290 Mon Sep 17 00:00:00 2001 From: nite Date: Sat, 18 Apr 2026 22:28:07 +1000 Subject: [PATCH] docs: add installation section to README --- README.md | 6 ++++++ README.zh-CN.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index 3acad9f..0ffb989 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,12 @@ Quadlet Migrator is a skill for converting Docker-based deployment input into Po - turns large env templates into a short list of deployment decisions - provides deployment, validation, and troubleshooting guidance +## Installation + +```bash +npx skills add bestnite/quadlet-migrator-skill -g +``` + ## When To Use It Use this skill when you want to: diff --git a/README.zh-CN.md b/README.zh-CN.md index f0718c0..199340a 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -13,6 +13,12 @@ Quadlet Migrator 是一个把 Docker 部署输入转换为 Podman Quadlet 输出 - 将庞杂的 env 模板整理成少量部署决策 - 提供部署、验证和排障指引 +## 安装 + +```bash +npx skills add bestnite/quadlet-migrator-skill -g +``` + ## 适用场景 适合在这些场景中使用: