mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 15:43:58 +00:00
Updated to sdkman instead of GVM for installing groovy
This commit is contained in:
parent
cd99d24a0e
commit
8bc9ebe08d
@ -13,8 +13,8 @@ Groovy - A dynamic language for the Java platform [Read more here.](http://groov
|
|||||||
/*
|
/*
|
||||||
Set yourself up:
|
Set yourself up:
|
||||||
|
|
||||||
1) Install GVM - http://gvmtool.net/
|
1) Install SDKMAN - http://sdkman.io/
|
||||||
2) Install Groovy: gvm install groovy
|
2) Install Groovy: sdk install groovy
|
||||||
3) Start the groovy console by typing: groovyConsole
|
3) Start the groovy console by typing: groovyConsole
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user