This commit is contained in:
HueByte
2026-04-24 14:14:33 +00:00
parent e54913cdc2
commit 35bf05433e
16 changed files with 1768 additions and 33 deletions
+1 -1
View File
@@ -95,7 +95,7 @@
<pre><code class="lang-bash">curl -sSfL https://raw.githubusercontent.com/HueByte/EchoHub/master/scripts/install.sh | sh
</code></pre>
<p>To install a specific version or to a custom directory:</p>
<pre><code class="lang-bash">curl -sSfL .../install.sh | sh -s -- --version 0.2.10
<pre><code class="lang-bash">curl -sSfL .../install.sh | sh -s -- --version 0.2.11
curl -sSfL .../install.sh | sh -s -- --install-dir /opt/echohub
</code></pre>
<h3 id="manual-download">Manual Download</h3>