📝 fix documentation

This commit is contained in:
otthorn 2021-02-15 00:27:12 +01:00
parent af34b6430e
commit 397039ed20

View file

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