📝 fix documentation
This commit is contained in:
parent
af34b6430e
commit
397039ed20
1 changed files with 3 additions and 2 deletions
|
@ -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…
Reference in a new issue