diff --git a/PS3/README.md b/PS3/README.md index e69de29..0a043dc 100644 --- a/PS3/README.md +++ b/PS3/README.md @@ -0,0 +1,19 @@ +# PS3 + +- Download ps3_extract.sh script + +```bash +wget https://git.sthope.dev/sthope/Emulation-and-ROMs/raw/branch/main/PS3/ps3_extract.sh +``` + +- Chmod + +```bash +chmod +x ps3_extract.sh +``` + +- Put zip inside todo folder and run script + +```bash +./ps3_extract.sh +```