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 ```