Merge pull request #43 from Dracon09/patch-1

Update README.md
This commit is contained in:
Chuck
2023-02-05 19:44:15 -05:00
committed by GitHub

View File

@@ -78,8 +78,8 @@ It is a simple menu-driven utility with a command line backend.
``` ```
cd /volume1/Plex cd /volume1/Plex
sudo bash sudo bash
tar xf PlexDBRepair-0.6.1.tar.gz tar xf PlexDBRepair-0.6.4.tar.gz
cd PlexDBRepair-0.6.1 cd PlexDBRepair-0.6.4
chmod +x DBRepair.sh chmod +x DBRepair.sh
./DBRepair.sh ./DBRepair.sh
``` ```
@@ -102,8 +102,8 @@ It is a simple menu-driven utility with a command line backend.
# extract from downloaded version file name then cd into directory # extract from downloaded version file name then cd into directory
tar xf PlexDBRepair-0.6.1.tar.gz tar xf PlexDBRepair-0.6.4.tar.gz
cd PlexDBRepair-0.6.1 cd PlexDBRepair-0.6.4
chmod +x DBRepair.sh chmod +x DBRepair.sh
./DBRepair.sh ./DBRepair.sh
``` ```