diff --git a/README.md b/README.md index 2f84a35..2132949 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ -conan install . --output-folder=./build --build=missing -conan install . -pr /abs/path/to/myprofile +conan install . -pr ./profiles/debug_profile --output-folder=cmake-build-debug --build=missing + +conan install . -pr ./profiles/release_profile --output-folder=cmake-build-release --build=missing