From f95ff09af8221f1adefa590c9bcd4707d0155638 Mon Sep 17 00:00:00 2001 From: Ole Christian Eidheim Date: Wed, 9 Dec 2015 16:07:18 +0100 Subject: [PATCH] Improved language on git submodule dependencies comment --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 778e710..f693fc8 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ See [enhancements](https://github.com/cppit/jucipp/labels/enhancement) for plann * gtksourceviewmm-3.0 * aspell * libclang -* [libclangmm](http://github.com/cppit/libclangmm/) (compiled directly from git submodule, no need to install) -* [tiny-process-library](http://github.com/eidheim/tiny-process-library/) (compiled directly from git submodule, no need to install) +* [libclangmm](http://github.com/cppit/libclangmm/) (downloaded directly with git --recursive, no need to install) +* [tiny-process-library](http://github.com/eidheim/tiny-process-library/) (downloaded directly with git --recursive, no need to install) ## Installation ## See [installation guide](http://github.com/cppit/jucipp/blob/master/docs/install.md).