diff --git a/README.md b/README.md index 7742ed5..6a85ddb 100644 --- a/README.md +++ b/README.md @@ -106,13 +106,14 @@ the CI build infrastructure also uses. In that case, install Conan and do: in the build directory prior to running cmake. -The CUnit Conan package is hosted in the [Bintray repository](https://bintray.com/bincrafters/public-conan). -In case this repository was not added to your Conan remotes list yet (and the above mentioned install -command failed because it could not find the CUnit package), you can add the Bintray repository by: +The CUnit Conan package is hosted in the +[Bincrafters Bintray repository](https://bintray.com/bincrafters/public-conan). In case this repository +was not added to your Conan remotes list yet (and the above mentioned install command failed because it +could not find the CUnit package), you can add the Bintray repository by: $ conan remote add https://api.bintray.com/conan/bincrafters/public-conan -Replace ```` with a name that identifies the repository (e.g. my-conan-bintray). +Replace ```` with a name that identifies the repository (e.g. ``bincrafters``). For Windows, depending on the generator, you might also need to add switches to select the architecture and build type, e.g., ``conan install -s arch=x86_64 -s build_type=Debug ..`` This will automatically