From 422a0a9d25b9311523e2f8b4897be0e51227c6d2 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Tue, 11 Feb 2025 12:33:46 -0600 Subject: [PATCH] Use backticks (`) for path highlighting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d278c21..b064ba9 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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