Update README

This commit is contained in:
CoeJoder
2024-06-20 01:55:10 -07:00
parent 4e21fae27f
commit 4cdad7f51d
2 changed files with 16 additions and 4 deletions

View File

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

View File

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