From 20cb665b33deb9e47843cb50ad639a790c926610 Mon Sep 17 00:00:00 2001 From: Rockingcool Date: Thu, 15 Aug 2024 12:45:43 -0500 Subject: [PATCH] Updated README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 44b654b..b899fc8 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,13 @@ ccat is a file printing tool (like 'cat') which uses Regular Expressions to enab --- ### Installing + +Download the appropriate zip-file from the 'Releases' section. Place the executable in your PATH. + +--- + +### Building from source + If you have the `go` command installed, run `make` after cloning the repository. ---