From 27dbc5dc8afaa128feac75d36c8c8ce6712c5ab8 Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Thu, 16 Jun 2016 22:45:47 +0100 Subject: [PATCH] Add description --- Home.md | 4 ++++ 1 file changed, 4 insertions(+) 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]]