From 2bc3626486372b5a2ccad6e44fe31322bab7e6f8 Mon Sep 17 00:00:00 2001 From: Mathias Rangel Wulff Date: Thu, 25 Jan 2018 10:17:16 +1100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a59b99..e751610 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ blockparser Build it: cd blockparser - make + make (or use 'perl make' if this does not work) It crashes ---------- From fb611380d266ff220cc8d0a2da86ef4188e7c237 Mon Sep 17 00:00:00 2001 From: Mathias Rangel Wulff Date: Thu, 25 Jan 2018 14:08:33 +1100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e751610..fb6d5e5 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ blockparser Build it: cd blockparser - make (or use 'perl make' if this does not work) + ./make (or use 'perl make' if this does not work) It crashes ----------