From e8dd9c1495b639ce16360a355bcb176165353144 Mon Sep 17 00:00:00 2001 From: lmazardo Date: Thu, 4 Oct 2012 23:34:22 +0200 Subject: [PATCH 1/2] add submodule for narcissus --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 36e53bf..ca0ef30 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ Requirements Building -------- +Before make installing you have to set up the narcissus subrepo : + +* `git submodule update --init --recursive` + To install: * `make install` From 993cd9ddb5835f2c0bbfeba4101e6061efcfc2d2 Mon Sep 17 00:00:00 2001 From: lmazardo Date: Thu, 4 Oct 2012 23:36:10 +0200 Subject: [PATCH 2/2] add submodule for narcissus comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca0ef30..535ece9 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Requirements Building -------- -Before make installing you have to set up the narcissus subrepo : +You have to set up the narcissus subrepo before building : * `git submodule update --init --recursive`