diff --git a/README.md b/README.md index 8e37996e368..0cb277a1549 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,15 @@ You can download and install aws-sdk-cpp using the [vcpkg](https://github.com/Mi The aws-sdk-cpp port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository. +### Building aws-sdk-cpp - Using Conan + +You can download and install aws-sdk-cpp using [Conan](https://conan.io/). Use the following command: + + conan install --requires="aws-sdk-cpp/[*]" --build="aws-*" + +The aws-sdk-cpp Conan recipe is kept up to date by JFrog's Conan team members and community contributors. +If the version is out of date, please [create an issue or pull request](https://github.com/conan-io/conan-center-index) on the ConanCenterIndex repository. + # Maintenance and support for SDK major versions For information about maintenance and support for SDK major versions and our underlying dependencies, see the following in the AWS SDKs and Tools Shared Configuration and Credentials Reference Guide