From bd88f128462a9e7559aa7ddf79b5cdc619b535ef Mon Sep 17 00:00:00 2001 From: CoeJoder Date: Sun, 1 Jan 2023 22:02:17 -0800 Subject: [PATCH] Fix #2 and update .lessfilter to Pygments v2.14.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b57014a..c3254b2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ for supported file types. The `.lessfilter` is generated by parsing the Pygment ## Installation -### 1. Install Pygments & gawk +### 1. Install Pygments & awk Ensure that you have the latest version of Pygments installed by using [pip](https://pypi.org/project/pip/), as your distro's packaged version is likely outdated. You'll also need `awk`. ```shell