Updated README

This commit is contained in:
2024-08-15 12:45:43 -05:00
parent 9a6fc3475a
commit 20cb665b33

View File

@@ -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.
---