From 397039ed201300c678ee7492525d1f6b4cefa21e Mon Sep 17 00:00:00 2001 From: Otthorn Date: Mon, 15 Feb 2021 00:27:12 +0100 Subject: [PATCH] :memo: fix documentation --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70b984f..97e72f5 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,15 @@ You need to have ghoscript installed on your machine. git clone https://gitea.auro.re/otthorn/pdf-optimize cd pdf-optimize chmod +x pdf-optimize.sh -cp pdf-optimize.sh /opt/bin/pdf-optimize +sudo mkdir -p /opt/bin/ +sudo cp pdf-optimize.sh /opt/bin/pdf-optimize ``` Don't forget to add `/opt/bin` to your `PATH`. If you can add this line at the end of your `bashrc` (or whatever your use) ``` -PATH=$PATH:/opt/bin" +PATH="$PATH:/opt/bin" ``` ## Usage