We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c687c5 commit 31dea8bCopy full SHA for 31dea8b
AnswerMe/README.md
@@ -19,8 +19,10 @@ This sample consists of a number of modules and sub-projects:
19
* The Xcode project in `sdk/AnswerMeObjC/` demonstrates how to use the SDK
20
from Objective-C.
21
22
-The first step to run any code in this sample is to compile the core:
+The first step to run any code in this sample is to install the root POM and
23
+compile and install the core module:
24
```
25
+mvn -N install
26
mvn -f core/pom.xml install
27
28
0 commit comments