aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-12-30 20:11:06 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-12-30 20:11:06 +0100
commit1de8c1d2f42d6f6e4ef0c6996030c846266c194d (patch)
treef2c0851683a77e4a0e79a0cce3f9ef3406fbd0d3 /README.md
parentd70d3214b2b26f6d8e1bd6771ffe5cdca2c99cf3 (diff)
Switch to cbs for building
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6fc3971..52b9b96 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,20 @@ paper][1]. Grab allows you to be far more precise with your searching
than Grep, as it doesn’t constrain itself to working only on individual
lines.
+
+## Installation
+
+To install grab, all you need is a C compiler:
+
+```sh
+$ cc -o make make.c # Bootstrap the build script
+$ ./make # Build the project
+$ ./make install # Install the project
+```
+
+
+## Description
+
Grab invokations must include a pattern string which specifies which text
to match. A pattern string consists of one or more commands. A command
is an operator followed by a delimiter, a regular expression (regex), and