(#4368) Document how to update conan hooks

This commit is contained in:
Clare Macrae
2021-01-26 18:31:43 +00:00
committed by GitHub
parent b537d23493
commit ec6b448aa7

View File

@@ -166,6 +166,12 @@ Call `conan create . lib/1.0@` in the folder of the recipe using the profile you
cd conan-center-index/recipes/boost/all
conan create . 1.74.0@
### Updating conan hooks on your machine
The hooks are updated from time to time, so it's worth keeping your own copy of the hooks updated regularly. To do this:
conan config install
### Debugging failed builds
Go to the [Error Knowledge Base](error_knowledge_base.md) page to know more about Conan Center hook errors.