chore: update version to 0.2.10 and enhance installation scripts and changelog

This commit is contained in:
HueByte
2026-04-20 17:42:03 +02:00
parent 335cfcc28a
commit 000764fdb4
7 changed files with 34 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ curl -sSfL https://raw.githubusercontent.com/HueByte/EchoHub/master/scripts/inst
To install a specific version or to a custom directory:
```bash
curl -sSfL .../install.sh | sh -s -- --version 0.2.8
curl -sSfL .../install.sh | sh -s -- --version 0.2.10
curl -sSfL .../install.sh | sh -s -- --install-dir /opt/echohub
```