diff --git a/README-CN.md b/README-CN.md index 82e2e9cdf..a306a8c8c 100644 --- a/README-CN.md +++ b/README-CN.md @@ -78,6 +78,10 @@ sudo make install ```bash cd aliyun-openapi-cpp-sdk sudo sh easyinstall.sh + +# example +sudo sh easyinstall.sh core +sudo sh easyinstall.sh ecs ``` **Alibaba Cloud SDK for C++ 将被安装在 `/usr` .** diff --git a/README.md b/README.md index a78e669dc..a7e9d379c 100755 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ If you have any problem while using Alibaba Cloud SDK for C++, please submit an - To use this SDK, you must have an Alibaba Cloud account and an AccessKey. - The AccessKey is required when initializing the client. You can create an AccessKey in the Alibaba Cloud console. For more information, see [Create an AccessKey](https://usercenter.console.aliyun.com/?spm=5176.doc52740.2.3.QKZk8w#/manage/ak). + The AccessKey is required when initializing the client. You can create an AccessKey in the Alibaba Cloud console. For more information, see [Create an AccessKey](https://usercenter.console.aliyun.com/?spm=5176.doc52740.2.3.QKZk8w#/manage/ak). - >**Note:** To increase the security of your account, we recommend that you use the AccessKey of the RAM user to access Alibaba Cloud services. + >**Note:** To increase the security of your account, we recommend that you use the AccessKey of the RAM user to access Alibaba Cloud services. - To use this SDK to access the APIs of a product, you must first activate the product on the [Alibaba Cloud console](https://home.console.aliyun.com/?spm=5176.doc52740.2.4.QKZk8w) if required. @@ -79,6 +79,10 @@ sudo make install ```bash cd aliyun-openapi-cpp-sdk sudo sh easyinstall.sh + +# example +sudo sh easyinstall.sh core +sudo sh easyinstall.sh ecs ``` **The Alibaba Cloud SDK for C++ will be installed to `/usr`.**