From 50be2c5df97da60b6a7512f740e2155227827d50 Mon Sep 17 00:00:00 2001 From: Feng Wang Date: Fri, 3 Jan 2025 20:45:00 +0800 Subject: [PATCH] doc: make git update guide more accurate (#561) * Improve installation guide * Improve installation guide (zh) --- README.md | 1 + doc/README_zh.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 642c499..d0cdc97 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ For example, update to version v1.0.0 ```bash cd config/ha_xiaomi_home +git fetch git checkout v1.0.0 ./install.sh /config ``` diff --git a/doc/README_zh.md b/doc/README_zh.md index b237b8b..438771f 100644 --- a/doc/README_zh.md +++ b/doc/README_zh.md @@ -26,6 +26,7 @@ cd ha_xiaomi_home ```bash cd config/ha_xiaomi_home +git fetch git checkout v1.0.0 ./install.sh /config ```