Made the installation section of the readme a bit more robust
This commit is contained in:
parent
a38b9a987e
commit
5e773c2921
13
README.md
13
README.md
@ -21,6 +21,19 @@ If there isn't, then issue the following command:
|
|||||||
export PATH="/usr/local/bin:$PATH"
|
export PATH="/usr/local/bin:$PATH"
|
||||||
echo "export PATH=\"/usr/local/bin:\$PATH\"" | sudo tee -a /etc/profile
|
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
|
## Usage
|
||||||
|
Loading…
Reference in New Issue
Block a user