Skip to content

Commit

Permalink
Updated to reflect new build system
Browse files Browse the repository at this point in the history
  • Loading branch information
magott committed Apr 20, 2012
1 parent d6264fd commit 2077bc9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README
@@ -1,18 +1,10 @@
-------------------------------------------------------------------------------
To get the code and build from source, do the following:

git clone --recursive git://github.com/magott/spring-social-yammer.git
git clone git://github.com/magott/spring-social-yammer.git
cd spring-social
./gradlew build

Note: the --recursive switch above is important, as spring-social uses
git submodules, which must themselves be cloned and initialized. If --recursive
is omitted, doing so becomes a multi-step process of:

git clone git://github.com/magott/spring-social-yammer.git
git submodule init
git submodule update

-------------------------------------------------------------------------------
To generate Eclipse metadata (.classpath and .project files), do the following:

Expand Down

0 comments on commit 2077bc9

Please sign in to comment.