Skip to content

Commit

Permalink
Fixed typo in system variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
alesbukovsky committed Nov 19, 2013
1 parent aa74dc9 commit 67dacc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ Installation

2. Unpack any desired Grails version into a separate sub-directory within the common home. The sub-directory name should correspond to the Grails version within, e.g. `C:\Grails\2.2.0`. Note that you can add or remove a version any time.

3. Optionally, configure one version as default. This is useful when majority of projects are using one Grails version while others are needed for occasional maintenance tasks. Create `GRAILS_HOME` system variable that refers the full path to the specific version sub-directory, e.g. `GRAILS_ROOT=%GRAILS_ROOT%\2.2.0`. Add the path to the executables to the `PATH` system variable. e.g. `PATH=%GRAILS_HOME%\bin;%PATH%`.
3. Optionally, configure one version as default. This is useful when majority of projects are using one Grails version while others are needed for occasional maintenance tasks. Create `GRAILS_HOME` system variable that refers the full path to the specific version sub-directory, e.g. `GRAILS_HOME=%GRAILS_ROOT%\2.2.0`. Add the path to the executables to the `PATH` system variable. e.g. `PATH=%GRAILS_HOME%\bin;%PATH%`.

4. Download and put `gravy.bat` script somewhere within the system and add the respective directory to the `PATH` system variable, if not already there.

Expand Down

0 comments on commit 67dacc7

Please sign in to comment.