📝 fix documentation

master
otthorn 3 years ago
parent af34b6430e
commit 397039ed20

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

Loading…
Cancel
Save