Skip to content

Commit

Permalink
Merge branch '2.2.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Brown committed Jan 14, 2013
2 parents a12e43e + f8186d1 commit 7a50f49
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ To install Grails, visit http://grails.org/Download and download the version you
cd sampleapp
grails run-app

To build Grails, clone this GitHub repository and then in a shell, type the following:

./gradlew install
To build Grails, clone this GitHub repository and execute the install Gradle target:

git clone https://github.com/grails/grails-core.git
cd grails-core
./gradlew install

License
---
Expand Down

0 comments on commit 7a50f49

Please sign in to comment.