We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549e1f5 commit 6b006bdCopy full SHA for 6b006bd
ReadMe.md
@@ -58,7 +58,8 @@ Prerequisites: Apache Maven
58
1. Download this repository.
59
2. Save your Dropbox API key in a file called "test.app". See: [Get a Dropbox API key](#get-a-dropbox-api-key), above.
60
3. `mvn install`
61
-4. `mvn -f examples/pom.xml compile`
+4. To compile all the examples: `mvn -f examples/pom.xml compile`
62
+5. To compile just one example: `mvn -f examples/<example-name>/pom.xml compile`.
63
64
### authorize
65
0 commit comments