summaryrefslogtreecommitdiffhomepage
path: root/groovy.html.markdown
diff options
context:
space:
mode:
authorAdam Bard <github@adambard.com>2016-01-06 03:54:32 +0800
committerAdam Bard <github@adambard.com>2016-01-06 03:54:32 +0800
commit79f04f6cefa81c46b53c13f5f2948e579294525e (patch)
tree711713b528fc2fde79d92b93d51c535d1e49a86b /groovy.html.markdown
parentaf9dfaaf9118a1b2df30ecd8b79063704f8a7f21 (diff)
parent8bc9ebe08d792f560939db1e39077c800d15497b (diff)
Merge pull request #2060 from ilmoralito/master
Updated to sdkman instead of GVM for installing groovy
Diffstat (limited to 'groovy.html.markdown')
-rw-r--r--groovy.html.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/groovy.html.markdown b/groovy.html.markdown
index 492c1ba2..ea575248 100644
--- a/groovy.html.markdown
+++ b/groovy.html.markdown
@@ -13,8 +13,8 @@ Groovy - A dynamic language for the Java platform [Read more here.](http://www.g
/*
Set yourself up:
- 1) Install GVM - http://gvmtool.net/
- 2) Install Groovy: gvm install groovy
+ 1) Install SDKMAN - http://sdkman.io/
+ 2) Install Groovy: sdk install groovy
3) Start the groovy console by typing: groovyConsole
*/