Made the installation section of the readme a bit more robust

This commit is contained in:
Karma Riuk 2021-05-27 16:43:36 +02:00
parent a38b9a987e
commit 5e773c2921

View File

@ -21,6 +21,19 @@ If there isn't, then issue the following command:
export PATH="/usr/local/bin:$PATH"
echo "export PATH=\"/usr/local/bin:\$PATH\"" | sudo tee -a /etc/profile
```
and everything should be okay.
### Ensure successful installation
To make sure the installation has been done correctly, the following command
```bash
which scantopdf
```
should have the following output
```bash
/usr/local/bin/scantopdf
```
if it doesn't, try to restart the installation from scratch.
## Usage