diff --git a/index.html b/index.html index d2cb86664..c3c371932 100644 --- a/index.html +++ b/index.html @@ -232,9 +232,9 @@

latest features in our Unstable Release - 3.0.0-M2-28-048dc49c: + 3.0.0-M2-30-486378af:

-
$ sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M2/2.13-3.0.0-M2-28-048dc49c) > /usr/local/bin/amm && chmod +x /usr/local/bin/amm' && amm
+    
$ sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M2/2.13-3.0.0-M2-30-486378af) > /usr/local/bin/amm && chmod +x /usr/local/bin/amm' && amm
 

You can also download a bootstrap script, that can be downloaded and committed @@ -317,9 +317,9 @@

latest features in our Unstable Release - 3.0.0-M2-28-048dc49c: + 3.0.0-M2-30-486378af:

-
libraryDependencies += "com.lihaoyi" % "ammonite" % "3.0.0-M2-28-048dc49c" % "test" cross CrossVersion.full
+  
libraryDependencies += "com.lihaoyi" % "ammonite" % "3.0.0-M2-30-486378af" % "test" cross CrossVersion.full
 

After that, simply hit @@ -2132,9 +2132,9 @@

latest features in our Unstable Release - 3.0.0-M2-28-048dc49c: + 3.0.0-M2-30-486378af:

-
$ sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M2/2.13-3.0.0-M2-28-048dc49c) > /usr/local/bin/amm && chmod +x /usr/local/bin/amm' && amm
+  
$ sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M2/2.13-3.0.0-M2-30-486378af) > /usr/local/bin/amm && chmod +x /usr/local/bin/amm' && amm
 

And read on to learn about how Scala scripts work. @@ -5160,10 +5160,10 @@

$ sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M2/2.13-3.0.0-M2-28-048dc49c) > /usr/local/bin/amm && chmod +x /usr/local/bin/amm' && amm +
$ sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M2/2.13-3.0.0-M2-30-486378af) > /usr/local/bin/amm && chmod +x /usr/local/bin/amm' && amm
 

On Cygwin, run the following after the above: @@ -5174,12 +5174,12 @@

https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M2/2.13-3.0.0-M2-28-048dc49c + https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M2/2.13-3.0.0-M2-30-486378af

For usage in a SBT project:

-
libraryDependencies += "com.lihaoyi" % "ammonite" % "3.0.0-M2-28-048dc49c" % "test" cross CrossVersion.full
+    
libraryDependencies += "com.lihaoyi" % "ammonite" % "3.0.0-M2-30-486378af" % "test" cross CrossVersion.full
 

Ammonite also provides standalone unstable executables for older versions @@ -5187,9 +5187,9 @@

$ sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M2/2.12-3.0.0-M2-28-048dc49c) > /usr/local/bin/amm && chmod +x /usr/local/bin/amm' && amm

+
$ sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M2/2.12-3.0.0-M2-30-486378af) > /usr/local/bin/amm && chmod +x /usr/local/bin/amm' && amm

These unstable versions will contain any brand-new features that are currently being worked on, with the caveat that they are unstable and