Browse Source

Merge pull request #12 from downslope7/patch-2

Adjust submodule init instructions
master
Sergey 10 years ago
parent
commit
e46dceffcb
  1. 2
      README.md

2
README.md

@ -4,7 +4,7 @@ Compilation
We use Gradle to handle our dependencies. We use Gradle to handle our dependencies.
1. Checkout project. 1. Checkout project.
2. Init submodules : git submodule update --init --recursive --depth 1 2. Init submodules : git submodule update --init --recursive
3. Setup workspace : gradlew setupCauldron 3. Setup workspace : gradlew setupCauldron
4. Build binaries : gradlew buildPackages 4. Build binaries : gradlew buildPackages
Note: all binaries will be in distributions folder Note: all binaries will be in distributions folder

Loading…
Cancel
Save