aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 94eb258..943be80 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,14 @@ $ ./make # Build the project
$ ./make install # Install the project
```
+By default Grab is linked against the PCRE2 library for PCRE support. If
+you prefer to simply use POSIX EREs, you can pass `--no-pcre` to the
+build script:
+
+```sh
+$ ./make --no-pcre
+```
+
## Description