Commit 0abadbabfcf0d8de90a5f4c0c630d4995628d831

Updated readme.txt to include submodule init details for when the --recursive was not initially used
readme.txt
(6 / 1)
  
77
88Note: the --recursive switch above is important, as spring-social uses
99git submodules, which must themselves be cloned and initialized. If --recursive
10is omitted, doing so becomes a multi-step process.
10is omitted, doing so becomes a multi-step process.
11
12If you've already cloned the Spring-Social repository without the --recursive
13switch, you'll need to pull the submodules with the following steps:
14
15 git submodule update --init
1116
1217If you encounter heap space errors during the build, increase the heap size for
1318gradle:

Comments

Add a new comment:

Login or create an account to post a comment

Add your comment