Skip to content

Commit

Permalink
Use backticks (`) for path highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
jzombie authored Feb 11, 2025
1 parent be8db0d commit 422a0a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Pipper can be used without installation by running the `pipper.sh` script direct
sudo install -m 755 pipper.sh /usr/local/bin/pipper
```

_(Or replace /usr/local/bin/ with a directory of your choice that is in your system's PATH.)_
_(Or replace `/usr/local/bin/` with a directory of your choice that is in your system's PATH.)_

Now, you can use Pipper as a global command by typing `pipper` in your terminal.

Expand All @@ -68,7 +68,7 @@ Now, you can use Pipper as a global command by typing `pipper` in your terminal.
sudo rm /usr/local/bin/pipper
```

_(Or replace /usr/local/bin/ with the directory where you installed it.)_
_(Or replace `/usr/local/bin/` with the directory where you installed it.)_

### Custom Python Environment

Expand Down

0 comments on commit 422a0a9

Please sign in to comment.