Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ammonite Travis Bot committed Nov 17, 2023
1 parent 53ed47c commit 74f9d24
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,9 @@ <h1 id="InstallationonLinux" style="display: block;" class=" scalatex-site-Style
<p>
Or to try out the <a href="#UnstableChangelog">latest features</a> in our
<a href="#UnstableVersions">Unstable Release</a>
3.0.0-M0-58-9ccdff7c:
3.0.0-M0-59-cdeaa580:
</p>
<pre><code class="bash scalatex-site-Styles-highlightMe">$ sudo sh -c '(echo &quot;#!/usr/bin/env sh&quot; &amp;&amp; curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M0/2.13-3.0.0-M0-58-9ccdff7c) &gt; /usr/local/bin/amm &amp;&amp; chmod +x /usr/local/bin/amm' &amp;&amp; amm
<pre><code class="bash scalatex-site-Styles-highlightMe">$ sudo sh -c '(echo &quot;#!/usr/bin/env sh&quot; &amp;&amp; curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M0/2.13-3.0.0-M0-59-cdeaa580) &gt; /usr/local/bin/amm &amp;&amp; chmod +x /usr/local/bin/amm' &amp;&amp; amm
</code></pre>
<p>
You can also download a bootstrap script, that can be downloaded and committed
Expand Down Expand Up @@ -317,9 +317,9 @@ <h1 id="RunningAmmoniteREPL" style="display: block;" class=" scalatex-site-Style
<p>
Or to try out the <a href="#UnstableChangelog">latest features</a> in our
<a href="#UnstableVersions">Unstable Release</a>
3.0.0-M0-58-9ccdff7c:
3.0.0-M0-59-cdeaa580:
</p>
<pre><code class="scala scalatex-site-Styles-highlightMe">libraryDependencies += &quot;com.lihaoyi&quot; % &quot;ammonite&quot; % &quot;3.0.0-M0-58-9ccdff7c&quot; % &quot;test&quot; cross CrossVersion.full
<pre><code class="scala scalatex-site-Styles-highlightMe">libraryDependencies += &quot;com.lihaoyi&quot; % &quot;ammonite&quot; % &quot;3.0.0-M0-59-cdeaa580&quot; % &quot;test&quot; cross CrossVersion.full
</code></pre>
<p>
After that, simply hit
Expand Down Expand Up @@ -2121,9 +2121,9 @@ <h2 id="RemoteREPL" style="display: block;" class=" scalatex-site-Styles-hoverCo
<p>
Or to try out the <a href="#UnstableChangelog">latest features</a> in our
<a href="#UnstableVersions">Unstable Release</a>
3.0.0-M0-58-9ccdff7c:
3.0.0-M0-59-cdeaa580:
</p>
<pre><code class="bash scalatex-site-Styles-highlightMe">$ sudo sh -c '(echo &quot;#!/usr/bin/env sh&quot; &amp;&amp; curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M0/2.13-3.0.0-M0-58-9ccdff7c) &gt; /usr/local/bin/amm &amp;&amp; chmod +x /usr/local/bin/amm' &amp;&amp; amm
<pre><code class="bash scalatex-site-Styles-highlightMe">$ sudo sh -c '(echo &quot;#!/usr/bin/env sh&quot; &amp;&amp; curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M0/2.13-3.0.0-M0-59-cdeaa580) &gt; /usr/local/bin/amm &amp;&amp; chmod +x /usr/local/bin/amm' &amp;&amp; amm
</code></pre>
<p>
And read on to learn about how Scala scripts work.
Expand Down Expand Up @@ -5122,10 +5122,10 @@ <h1 id="UnstableVersions" style="display: block;" class=" scalatex-site-Styles-h
The page above contains the documentation for the latest stable version
of Ammonite, <code>3.0.0-M0</code>. Ammonite also publishes
unstable versions, the latest of which is
<code>3.0.0-M0-58-9ccdff7c</code> and is available for direct
<code>3.0.0-M0-59-cdeaa580</code> and is available for direct
download:
</p>
<pre><code class="bash scalatex-site-Styles-highlightMe">$ sudo sh -c '(echo &quot;#!/usr/bin/env sh&quot; &amp;&amp; curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M0/2.13-3.0.0-M0-58-9ccdff7c) &gt; /usr/local/bin/amm &amp;&amp; chmod +x /usr/local/bin/amm' &amp;&amp; amm
<pre><code class="bash scalatex-site-Styles-highlightMe">$ sudo sh -c '(echo &quot;#!/usr/bin/env sh&quot; &amp;&amp; curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M0/2.13-3.0.0-M0-59-cdeaa580) &gt; /usr/local/bin/amm &amp;&amp; chmod +x /usr/local/bin/amm' &amp;&amp; amm
</code></pre>
<p>
On Cygwin, run the following after the above:
Expand All @@ -5136,22 +5136,22 @@ <h1 id="UnstableVersions" style="display: block;" class=" scalatex-site-Styles-h
The latest build can also be run as Windows batch; just save the following as amm.bat:
</p>
<p>
<a href="https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M0/2.13-3.0.0-M0-58-9ccdff7c">https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M0/2.13-3.0.0-M0-58-9ccdff7c</a>
<a href="https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M0/2.13-3.0.0-M0-59-cdeaa580">https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M0/2.13-3.0.0-M0-59-cdeaa580</a>
</p>
<p>
For usage in a SBT project:
</p>
<pre><code class="scala scalatex-site-Styles-highlightMe">libraryDependencies += &quot;com.lihaoyi&quot; % &quot;ammonite&quot; % &quot;3.0.0-M0-58-9ccdff7c&quot; % &quot;test&quot; cross CrossVersion.full
<pre><code class="scala scalatex-site-Styles-highlightMe">libraryDependencies += &quot;com.lihaoyi&quot; % &quot;ammonite&quot; % &quot;3.0.0-M0-59-cdeaa580&quot; % &quot;test&quot; cross CrossVersion.full
</code></pre>
<p>
Ammonite also provides standalone unstable executables for older versions
of Scala:
</p>

<b>
Scala 3.0.0-M0/2.12-3.0.0-M0-58-9ccdff7c
Scala 3.0.0-M0/2.12-3.0.0-M0-59-cdeaa580
</b>
<pre><code class="bash scalatex-site-Styles-highlightMe">$ sudo sh -c '(echo &quot;#!/usr/bin/env sh&quot; &amp;&amp; curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M0/2.12-3.0.0-M0-58-9ccdff7c) &gt; /usr/local/bin/amm &amp;&amp; chmod +x /usr/local/bin/amm' &amp;&amp; amm</code></pre>
<pre><code class="bash scalatex-site-Styles-highlightMe">$ sudo sh -c '(echo &quot;#!/usr/bin/env sh&quot; &amp;&amp; curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M0/2.12-3.0.0-M0-59-cdeaa580) &gt; /usr/local/bin/amm &amp;&amp; chmod +x /usr/local/bin/amm' &amp;&amp; amm</code></pre>
<p>
These unstable versions will contain any brand-new features that are
currently being worked on, with the caveat that they are unstable and
Expand Down

0 comments on commit 74f9d24

Please sign in to comment.