diff options
Diffstat (limited to 'development/groovy/README')
-rw-r--r-- | development/groovy/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/development/groovy/README b/development/groovy/README index a65361a29a9d2..558dcae3accc4 100644 --- a/development/groovy/README +++ b/development/groovy/README @@ -1,13 +1,13 @@ Groovy is a dynamic language for the Java platform. This sets GROOVY_HOME=/usr/<libdir>/groovy and PATH to include -/usr/<libdir>/groovy/bin. This SlackBuild provides one for -sh and one for csh. You can logout and login again or simply run: +/usr/<libdir>/groovy/bin. This SlackBuild provides one for sh and one +for csh. You can logout and login again or simply run: # source /etc/profile.d/groovy.sh -The installation is like Java Runtime/SDK, in that it places everything by -default in /usr/<libdir>/groovy. +The installation is like Java Runtime/SDK, in that it places everything +by default in /usr/<libdir>/groovy. -The lib directory is set dependent upon the package architecture: /usr/lib -on x86 and /usr/lib64 on x86_64. +The lib directory is set dependent upon the package architecture: +/usr/lib on x86 and /usr/lib64 on x86_64. |