diff options
author | Artem Naluzhnyy <A.Naluzhnyy@samsung.com> | 2019-11-12 15:43:05 +0100 |
---|---|---|
committer | Artem Naluzhnyy <A.Naluzhnyy@samsung.com> | 2019-11-12 15:43:05 +0100 |
commit | 5e3f8850bfabccf4db782a37c8fa667d36f70b03 (patch) | |
tree | b7e7dedc61faec57057446d2d0817d004bf3ff1b | |
parent | d20bea49fb797bc5a530d7ac854e5e8d3034785f (diff) |
Fix installation docs for csarvalidation
Issue-ID: VNFSDK-514
Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com>
Change-Id: Ia9a6798930ab623f6793f7522c99fad2fc87b72e
-rw-r--r-- | csarvalidation/README.md | 6 |
1 files 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 <CSAR path> +3. Run `oclip --product onap-vtp csar-validate --csar <CSAR path>` Contact ------- |