update docu (install procedure)

This commit is contained in:
Nabil Hachicha 2016-03-14 16:25:23 -07:00
parent 3244f441fc
commit 16fd42f605
1 changed files with 5 additions and 1 deletions

View File

@ -22,7 +22,11 @@ platforms when integrated into a binding.
cmake . cmake .
``` ```
3. Build: 3. Download pegtl dependency
```
git submodule update --init
```
4. Build:
``` ```
make make