From c9eb423c89202b00d8131ee630ad7334dadaf462 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 9 Aug 2025 21:06:18 +0800 Subject: [PATCH] doc: update readme --- README.en.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.en.md b/README.en.md index 56855fd..bbdbef6 100644 --- a/README.en.md +++ b/README.en.md @@ -104,6 +104,7 @@ https://github.com/fishjar/kiss-translator/issues/174 ```sh git clone https://github.com/fishjar/kiss-translator.git cd kiss-translator +git checkout dev # Submit a PR suggestion to push to the dev branch pnpm install pnpm build ``` diff --git a/README.md b/README.md index e863c71..0d33180 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ ```sh git clone https://github.com/fishjar/kiss-translator.git cd kiss-translator +git checkout dev # 提交PR建议推送到dev分支 pnpm install pnpm build ```