Update README.md

This commit is contained in:
Sthope 2024-04-27 21:56:45 +02:00
parent 35dc98cb12
commit fc3370dcd1

View File

@ -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
```