From 1de8c1d2f42d6f6e4ef0c6996030c846266c194d Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 30 Dec 2023 20:11:06 +0100 Subject: Switch to cbs for building --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3