You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2020/11/06 06:46:35 UTC

[airavata] branch develop updated: Minor readme fix

This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/develop by this push:
     new fae9e61  Minor readme fix
fae9e61 is described below

commit fae9e6145e415a298161ead7697081faf7033425
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Fri Nov 6 01:38:29 2020 -0500

    Minor readme fix
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3f5d1c3..2f25ad3 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,8 @@ PROJECT_DIR/modules/distribution/target.
 ```
     git clone https://github.com/apache/airavata.git
     cd airavata
-    mvn clean install docker:build
+    mvn clean install 
+    mvn docker:build -pl modules/distribution
 ```
 * Start supporting services and Airavata miroservices (API Server, Helix Components and the Job Monitors)
 ```