Skip to content

Commit 51f6ed3

Browse files
committed
Document Scriptella 1.4 curl installer
1 parent 0e31d0f commit 51f6ed3

2 files changed

Lines changed: 399 additions & 0 deletions

File tree

download.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,16 @@ <h1>Download Scriptella</h1>
5151
<strong>Version 1.4, released August 14, 2026.</strong> Binary, source, and example distributions are available below. Maven consumers can resolve the <code>org.scriptella</code> modules from Maven Central. Scriptella 1.4 requires Java 17. Scriptella 1.3 remains available for Java 8.
5252
</aside>
5353

54+
<section aria-labelledby="one-command-installer">
55+
<span id="one-command-installer" class="anchor-target" aria-hidden="true"></span>
56+
<h2>Experimental curl installer</h2>
57+
<p>Install Scriptella 1.4 with <code>curl</code>:</p>
58+
<pre><code>curl -fsSL https://scriptella.org/install.sh | sh</code></pre>
59+
<p>The installer places Scriptella under <code>${HOME}/.local/scriptella</code>. It either adds <code>${HOME}/.local/scriptella/bin</code> to an existing startup file or prints the exact PATH command to add manually. The guaranteed command is the packaged <code>scriptella.sh</code> launcher:</p>
60+
<pre><code>scriptella.sh path/to/file.etl.xml</code></pre>
61+
<p>The installer does not install Java; Scriptella 1.4 requires Java 17 or newer. When the installer updates a startup file, start a new shell or reload that file before using <code>scriptella.sh</code>. Manual ZIP installation and <code>java -jar scriptella.jar</code> remain available below.</p>
62+
</section>
63+
5464
<section aria-labelledby="version-1-4">
5565
<span id="Version%3A+1.4+%28August+14%2C+2026%29" class="anchor-target" aria-hidden="true"></span>
5666
<h2 id="version-1-4">Version 1.4 (August 14, 2026)</h2>

0 commit comments

Comments
 (0)