Skip to content

Commit

Permalink
Update doc/quickstart/cpp.md
Browse files Browse the repository at this point in the history
  • Loading branch information
franramirez688 committed Apr 25, 2024
1 parent 7658eea commit eefdb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/quickstart/cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit eefdb0e

Please sign in to comment.