From 4cdad7f51d50a5a4b1d96008af705fc854add76a Mon Sep 17 00:00:00 2001 From: CoeJoder Date: Thu, 20 Jun 2024 01:55:10 -0700 Subject: [PATCH] Update README --- README.md | 10 ++++++++-- templates/template.README.md | 10 ++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c3c95de..265d725 100644 --- a/README.md +++ b/README.md @@ -60,9 +60,15 @@ pipenv install pipenv run python main.py >/dev/null ``` -### 5. Copy `~/.lessfilter` to `$HOME` and make it executable +### 5. Copy `.lessfilter` to `$HOME` and make it executable ```shell -cp ./.lessfilter ~ +# if you performed step 4, do this: +cp .lessfilter ~ + +# otherwise, do this: +wget -P ~ https://github.com/CoeJoder/lessfilter-pygmentize/raw/master/.lessfilter + +# now make it executable chmod +x ~/.lessfilter ``` diff --git a/templates/template.README.md b/templates/template.README.md index 5799302..720388c 100644 --- a/templates/template.README.md +++ b/templates/template.README.md @@ -60,9 +60,15 @@ pipenv install pipenv run python main.py >/dev/null ``` -### 5. Copy `~/.lessfilter` to `$HOME` and make it executable +### 5. Copy `.lessfilter` to `$HOME` and make it executable ```shell -cp ./.lessfilter ~ +# if you performed step 4, do this: +cp .lessfilter ~ + +# otherwise, do this: +wget -P ~ https://github.com/CoeJoder/lessfilter-pygmentize/raw/master/.lessfilter + +# now make it executable chmod +x ~/.lessfilter ```