Rename app to Stirling-PDF not S-pdf

This commit is contained in:
Anthony Stirling
2023-06-10 18:04:06 +01:00
parent 67dd3cf0e3
commit d5b7125415
3 changed files with 3 additions and 3 deletions

View File

@@ -123,7 +123,7 @@ This folder is required for the python scripts using OpenCV
```bash
sudo mkdir /opt/Stirling-PDF &&\
sudo mv ./build/libs/S-PDF-*.jar /opt/Stirling-PDF/ &&\
sudo mv ./build/libs/Stirling-PDF-*.jar /opt/Stirling-PDF/ &&\
sudo mv scripts /opt/Stirling-PDF/ &&\
echo "Scripts installed."
```