Browse Source

cosmetic changes to readme.md

master
Gustavo Arnosti Neves 9 years ago
committed by GitHub
parent
commit
e745d857c8
1 changed files with 16 additions and 6 deletions
  1. +16
    -6
      README.md

+ 16
- 6
README.md View File

@@ -6,14 +6,20 @@ The "paper" size does not change, just the elements are resized.

## Dependencies
The script uses `basename`, `cat`, `grep`, `bc` and `gs` (ghostscript)
You probably have everything already, except for ghostscript
You probably have everything installed already, except for ghostscript

##### apt-get
`sudo apt-get install ghostscript bc`
```
sudo apt-get install ghostscript bc
```
##### yum
`sudo yum install ghostscript bc`
```
sudo yum install ghostscript bc
```
##### homebrew MacOS
`brew install ghostscript`
```
brew install ghostscript
```

## Help info
```
@@ -56,7 +62,11 @@ Examples:
Please note that the system installer will name the executable as `pdfscale` with no uppercase chars and without the `.sh` extension.
If you have `make` installed you can use it to install to `usr/local/bin/pdfscale` with:
`sudo make install`
```
sudo make install
```
To remove the installation use:
`sudo make uninstall`
```
sudo make uninstall
```

Loading…
Cancel
Save