From 9e6e9f245d07ff1f84b2f797eb719f5c15223b14 Mon Sep 17 00:00:00 2001 From: anonyco Date: Mon, 25 Jul 2022 13:28:07 -0400 Subject: [PATCH] Update README Add build and installation instructions to README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37e7bc6..ac1b8f4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # OwlTestRunner -A test runner for it's usage for testing C. \ No newline at end of file +A test runner for it's usage for testing C. + +### Installation instructions + +1. Install system package manager build utilities if need-be. (Debian: `sudo apt install -y build-essential`) +2. Install Perl Build module from system package manager. (Debian: `apt-get install libcpanplus-dist-build-perl`) +3. Run `cpan build .` +4. Run `cpan install .` +