From 62f0e455294db75699e29bd7d69522d37b2ac25e Mon Sep 17 00:00:00 2001 From: karunakar reddy <76210523+thekarunakarreddy@users.noreply.github.com> Date: Sun, 18 Jan 2026 06:39:29 +0000 Subject: [PATCH] Fix executable command for ps3decrs Updated the Linux command to make the correct executable. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d334dfc..6fc7e5d 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ cd ps3dec``` 4. ```cargo build --release``` the output would be at /target -If on linux run ```chmod+x target/release/ps3dec``` to make ps3dec an executable. +If on linux run ```chmod+x target/release/ps3decrs``` to make ps3dec an executable. a very small note around here, if there's an issue that is specifically related to a library when it's targeting a platform I don't have much I can do about it, but you can fork the repository and find a replacement or a custom implementation, but this is unlikely as most of the libraries used are not reliant on any critical platform specific implementations and mostly standard ie: win api etc...