diff --git a/README.md b/README.md index 500319c..97e0e48 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ -# cmake_config \ No newline at end of file +# boost_install + +This repository contains the implementation of the +`boost-install` rule. This rule, when called from +a library `Jamfile`, creates an `install` target +that installs the library and its CMake configuration +file. It also invokes the `install` targets of its +dependencies.