diff options
Diffstat (limited to 'cpp/README.rhel3')
-rw-r--r-- | cpp/README.rhel3 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cpp/README.rhel3 b/cpp/README.rhel3 index 17e0c0ed87..58d1ac765f 100644 --- a/cpp/README.rhel3 +++ b/cpp/README.rhel3 @@ -13,3 +13,10 @@ Build using the following command: $ ./build.rhel3 +Generate cppclient tarball: + + $ ./release.client.rhel3 + +or if you want to name the release: + + $ ./release.client.rhel3 1.0-RC1 |