diff --git a/samples/README.md b/samples/README.md index 3ca1ed425..7c837dafb 100644 --- a/samples/README.md +++ b/samples/README.md @@ -48,7 +48,7 @@ cmake --build . --config "" Change directory to the `aws-iot-device-sdk-cpp-v2/samples` directory and then run the following commands: ```sh -cmake -B build -S . -DCMAKE_PREFIX_PATH="" -DCMAKE_BUILD_TYPE="" . +cmake -B build -S . -DCMAKE_PREFIX_PATH="" -DCMAKE_BUILD_TYPE="" cmake --build build --config "" ```