From 80fa06778ffc1155362ac642820c83c24eef9c7d Mon Sep 17 00:00:00 2001 From: Anh Nguyen-Tuong <zenpoems@gmail.com> Date: Fri, 10 Aug 2018 15:20:14 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9972a0b..ba4f77f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - This is a library to parse ELF's exception handling information out of its binary form and into it's "parse tree" form. The API is documented in the include directory. The source tree is complicated and understanding it should not be necessary. @@ -10,3 +9,4 @@ Notes: 1. Compilation requires C++11 or later. 1. Additional documentation will be provided in later versions 1. API is incomplete and untested in some areas. Future versions will improve stability. +1. Use git clone --recursive to pull down required submodules -- GitLab