doc: make git update guide more accurate (#561)

* Improve installation guide

* Improve installation guide (zh)
This commit is contained in:
Feng Wang 2025-01-03 20:45:00 +08:00 committed by GitHub
parent b75cafb184
commit 50be2c5df9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -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
```

View File

@ -26,6 +26,7 @@ cd ha_xiaomi_home
```bash
cd config/ha_xiaomi_home
git fetch
git checkout v1.0.0
./install.sh /config
```