From fc3370dcd1b691c7fbc60756b3c2596e8d7927a6 Mon Sep 17 00:00:00 2001 From: Sthope Date: Sat, 27 Apr 2024 21:56:45 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3286485..7a9f3f4 100644 --- a/README.md +++ b/README.md @@ -32,5 +32,9 @@ This script facilitates the launching of GameCube ROMs using the Dolphin emulato - Install [libray](https://pypi.org/project/libray/) ```bash - sudo pip install libray + sudo pip install -y libray + ``` +- Decrypt with: + ``` + libray -i file_in.iso -o file_out.iso -k dkey ``` \ No newline at end of file