Skip to content

Commit

Permalink
Merge pull request SAP-archive#26 from marcusholl/pr/changeVersion
Browse files Browse the repository at this point in the history
Adjust version in example for downloading cm_client
  • Loading branch information
marcusholl authored Feb 26, 2019
2 parents a8481cf + e7f3bed commit e7cd80d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This command line client can be consumed either as a Java application from [mave

Example:
```
CM_VERSION=0.0.1
CM_VERSION=2.0.1
mkdir cm_client
curl "http://repo1.maven.org/maven2/com/sap/devops/cmclient/dist.cli/${CM_VERSION}/dist.cli-${CM_VERSION}.tar.gz" \
|tar -C cm_client -xvf -
Expand All @@ -42,6 +42,7 @@ This command line client can be consumed either as a Java application from [mave
```
# Usage of the CLI
````
<CMD> [COMMON_OPTIONS...] <subcommand> [SUBCOMMAND_OPTIONS] <parameters...>
````
Expand Down

0 comments on commit e7cd80d

Please sign in to comment.