Update doc/quickstart/cpp.md

This commit is contained in:
Francisco Ramírez
2024-04-25 15:58:51 +02:00
committed by GitHub
parent 7658eea9c2
commit eefdb0e2d0
+1 -1
View File
@@ -67,7 +67,7 @@ Follow the instructions on [this page on how to set up Conan](https://conan.io/d
Install mlpack:
```shell
conan install --requires=mlpack/4.3.0 --build=missing
conan install --requires="mlpack/[*]" --build=missing
```
If the version is outdated or there is a new release version, please [create an issue or pull request](https://github.com/conan-io/conan-center-index) on the conan-center-index repository.