Skip to content

Commit 31dea8b

Browse files
committed
AnswerMe instructions needs to install root POM first.
1 parent 3c687c5 commit 31dea8b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

AnswerMe/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ This sample consists of a number of modules and sub-projects:
1919
* The Xcode project in `sdk/AnswerMeObjC/` demonstrates how to use the SDK
2020
from Objective-C.
2121

22-
The first step to run any code in this sample is to compile the core:
22+
The first step to run any code in this sample is to install the root POM and
23+
compile and install the core module:
2324
```
25+
mvn -N install
2426
mvn -f core/pom.xml install
2527
```
2628

0 commit comments

Comments
 (0)