From 9dae6e5279dc76234f76fb4bcb8c85fea4562a68 Mon Sep 17 00:00:00 2001 From: mindthegab Date: Wed, 18 Mar 2015 13:06:08 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be75428e..49b0878d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,13 @@ The SDK 2.0.0 is available in Maven Central. You can: -1. *To create a new Alfresco project*: Run a 'mvn archetype:generate -Dfilter=org.alfresco:' and use one of the available archetypes (AMP, Share AMP, All in One) +1. *To create a new Alfresco project*: Run a + +```bash +mvn archetype:generate -Dfilter=org.alfresco: +``` + +and use one of the available archetypes (AMP, Share AMP, All in One) 2. *To use the SDK in your project:* Add the below parent reference snippet to the existing project (*NOTE*: you might need folder layout changes) to inherit features 3. from Alfresco SDK POM: