feat: update installation script and documentation for version 0.2.11 release

This commit is contained in:
HueByte
2026-04-24 15:51:01 +02:00
parent 6db93ecfea
commit a85d16fff8
7 changed files with 30 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.10
curl -sSfL .../install.sh | sh -s -- --version 0.2.11
curl -sSfL .../install.sh | sh -s -- --install-dir /opt/echohub
```