From eb80868364e66b4a45d879331933cafbfa590c2b Mon Sep 17 00:00:00 2001 From: Julian Neureuther Date: Wed, 5 Apr 2023 14:07:12 +0200 Subject: [PATCH] docs(README): fix incorrectly removed prerequisites --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f05f421..d9a8540 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ Additionally, `pg-formatter-ts` supports all available CLI options of pgFormatte yarn install pg-formatter-ts ``` -### A word on the library size +### Prerequisites -Please note that the unpacked size of `pg-formatter-ts` is larger than usual (several MB) because it includes the `pgFormatter` binary for convenience. +Ensure that `perl` is installed on your system, as `pgFormatter` relies on it. You can check if Perl is installed by running `perl -v` in your command line. If it's not installed, please visit the [Perl official website](https://www.perl.org/get.html) for installation instructions. ## Usage