diff --git a/sdk/storage/README.md b/sdk/storage/README.md index dcad8d554..0a6766381 100644 --- a/sdk/storage/README.md +++ b/sdk/storage/README.md @@ -47,7 +47,7 @@ For general suggestions about Azure, use our [Azure feedback forum](https://feed On Windows, dependencies are managed by [vcpkg](https://github.com/microsoft/vcpkg). You can reference the [Quick Start](https://github.com/microsoft/vcpkg#quick-start-windows) to quickly set yourself up. After Vcpkg is initialized and bootstrapped, you can install the dependencies: ```BatchFile -vcpkg.exe install libxml2:x64-windows-static curl:x64-windows-static +vcpkg.exe install libxml2:x64-windows-static curl:x64-windows-static nlohmann-json:x64-windows-static ``` #### Unix Platforms @@ -58,6 +58,7 @@ You can use the package manager on different Unix platforms to install the depen - libxml2. - OpenSSL. - libcurl. + - nolhmann-json. ### Build from Source