diff --git a/README b/README index 56e7ac4c..a1f590ea 100644 --- a/README +++ b/README @@ -1,4 +1,11 @@ -git submodule init -git submodule update -./configure -make \ No newline at end of file +To clone and compile the submodules, do execute the following: + + ./init-repository + ./configure + make + +If you are a Nokia developer, you should add the -nokia-developer argument. + + ./init-repository -nokia-developer + ./configure -nokia-developer + make