diff options
author | Weitao Gao <victor.gao@huawei.com> | 2020-01-22 03:29:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-01-22 03:29:34 +0000 |
commit | b27292ec11b3dfa7bd2a3c0e2c15ea6027aaea10 (patch) | |
tree | 1857441a0bb252fc31d4be3e8792598d19b18aae /csarvalidation/README.md | |
parent | 02cd70328143803d94912634eab0afe378764ed1 (diff) | |
parent | 5e3f8850bfabccf4db782a37c8fa667d36f70b03 (diff) |
Merge "Fix installation docs for csarvalidation"
Diffstat (limited to 'csarvalidation/README.md')
-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 ------- |