Update README

This commit is contained in:
CoeJoder
2021-03-09 22:52:24 -08:00
parent 37b012b4b0
commit 318f0a45b6

View File

@@ -50,7 +50,7 @@ export LESSOPEN='|~/.lessfilter %s'
### 4. Create ~/.lessfilter
Run [main.py](main.py) to generate the latest `.lessfilter` file and place it in your home directory.
Or you can download a pre-generated [.lessfilter](.lessfilter) which is currently at version `2.8.0`.
Check your program version by running `pygmentize -V` to ensure it matches.
Check your program version by running `pygmentize -V` to ensure that it is this version or newer.
### 5. Make ~/.lessfilter executable
```shell