From 16fd42f605cbc3d43e3a5a8cefb68fad422e9333 Mon Sep 17 00:00:00 2001 From: Nabil Hachicha Date: Mon, 14 Mar 2016 16:25:23 -0700 Subject: [PATCH] update docu (install procedure) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6776d5a5..599fab64 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,11 @@ platforms when integrated into a binding. cmake . ``` -3. Build: +3. Download pegtl dependency + ``` + git submodule update --init + ``` +4. Build: ``` make