You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2015/10/01 18:40:27 UTC

incubator-groovy git commit: Documentation: GVM has renamed to SDKman

Repository: incubator-groovy
Updated Branches:
  refs/heads/master de50677d6 -> db0039cbc


Documentation: GVM has renamed to SDKman

reported in https://github.com/groovy/groovy-website/issues/80


Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/db0039cb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/db0039cb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/db0039cb

Branch: refs/heads/master
Commit: db0039cbcdc8d4c043b21a34a8c7db7c7978b609
Parents: de50677
Author: pascalschumacher <pa...@gmx.net>
Authored: Thu Oct 1 18:40:11 2015 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Thu Oct 1 18:40:11 2015 +0200

----------------------------------------------------------------------
 src/spec/doc/core-getting-started.adoc | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/db0039cb/src/spec/doc/core-getting-started.adoc
----------------------------------------------------------------------
diff --git a/src/spec/doc/core-getting-started.adoc b/src/spec/doc/core-getting-started.adoc
index cccbaa4..d47a163 100644
--- a/src/spec/doc/core-getting-started.adoc
+++ b/src/spec/doc/core-getting-started.adoc
@@ -25,7 +25,7 @@
 
 In this download area, you will be able to download the distribution (binary and source), the Windows installer and the documentation for **Groovy**.
 
-For a quick and effortless start on Mac OSX, Linux or Cygwin, you can use http://gvmtool.net[GVM] (the Groovy enVironment Manager) to download and configure any **Groovy** version of your choice. Basic <<gvm-the-groovy-environment-manager,instructions>> can be found below.
+For a quick and effortless start on Mac OSX, Linux or Cygwin, you can use http://sdkman.io/[SDKMAN!] (The Software Development Kit Manager) to download and configure any **Groovy** version of your choice. Basic <<SDKMAN,instructions>> can be found below.
 
 === Stable
 
@@ -85,7 +85,8 @@ If you wish to embed Groovy in your application, you may just prefer to point to
 
 To use the link:invokedynamic-support.html[InvokeDynamic] version of the jars just append &#39;:indy' for Gradle or <classifier>indy</classifier> for Maven.
 
-== GVM (the Groovy enVironment Manager)
+[[SDKMAN]]
+== SDKMAN! (The Software Development Kit Manager)
 
 This tool makes installing Groovy on any Bash platform (Mac OSX, Linux, Cygwin, Solaris or FreeBSD) very easy.
 
@@ -93,7 +94,7 @@ Simply open a new terminal and enter:
 
 [source,shell]
 ----
-$ curl -s get.gvmtool.net | bash
+$ curl -s get.sdkman.io | bash
 ----
 
 Follow the instructions on-screen to complete installation.
@@ -102,14 +103,14 @@ Open a new terminal or type the command:
 
 [source,shell]
 ----
-$ source "$HOME/.gvm/bin/gvm-init.sh"
+$ source "$HOME/.sdkman/bin/sdkman-init.sh"
 ----
 
 Then install the latest stable Groovy:
 
 [source,shell]
 ----
-$ gvm install groovy
+$ sdk install groovy
 ----
 
 After installation is complete and you've made it your default version, test it with: