mirror of
https://github.com/CoeJoder/lessfilter-pygmentize.git
synced 2025-11-08 05:03:48 -05:00
Update README
This commit is contained in:
10
README.md
10
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
|
||||
```
|
||||
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user