From 5e3f8850bfabccf4db782a37c8fa667d36f70b03 Mon Sep 17 00:00:00 2001 From: Artem Naluzhnyy Date: Tue, 12 Nov 2019 15:43:05 +0100 Subject: Fix installation docs for csarvalidation Issue-ID: VNFSDK-514 Signed-off-by: Artem Naluzhnyy Change-Id: Ia9a6798930ab623f6793f7522c99fad2fc87b72e --- csarvalidation/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/csarvalidation/README.md b/csarvalidation/README.md index 5da08dd..d940d1d 100644 --- a/csarvalidation/README.md +++ b/csarvalidation/README.md @@ -79,11 +79,11 @@ How to run CSAR validation -------------------------- Follow the setups given below to run as csar-validate command -1. Install OCLIP (wget https://raw.githubusercontent.com/onap/cli/master/deployment/zip/installer/install-latest.sh | sh) +1. Install OCLIP (`wget -O - https://raw.githubusercontent.com/onap/cli/master/deployment/zip/installer/install-latest.sh | sh`) -2. Run mvn clean install on this project, and copy the target/validation-csar-x.y.z.jar in to $OPEN_CLI_HOME/lib +2. Run `mvn clean install` on this project, and copy the target/validation-csar-x.y.z.jar in to $OPEN_CLI_HOME/lib -3. Run oclip --product onap-vtp csar-validate --csar +3. Run `oclip --product onap-vtp csar-validate --csar ` Contact ------- -- cgit 1.2.3-korg