diff --git a/Home.md b/Home.md index d51407a..e828364 100644 --- a/Home.md +++ b/Home.md @@ -1,3 +1,7 @@ +# Developers +## About this repository +This project is the implementation of the core functionalities of dindexer. It comes with a command line client, but you can get the library alone with minimal effort. There is no cmake option to exclude the command line client from the build yet, but commenting out the relevant `add_subdirectory` commands from the top-level cmake file should do the trick. + ## Hacking on dindexer [[Setting up a development environment]] [[Code structure]]