update: update script instructions in README

This commit is contained in:
Jonathan Barrow 2024-01-29 21:15:37 -05:00
parent 8ba6056d03
commit f6cf9fb295
No known key found for this signature in database
GPG Key ID: E86E9FE9049C741F

View File

@ -22,9 +22,8 @@ This script takes in a PEM encoded copy of Nintendo CA - G3 and does the above p
- Install [NodeJS](https://nodejs.org/) - Install [NodeJS](https://nodejs.org/)
- `git clone git clone https://github.com/PretendoNetwork/SSSL` - `git clone git clone https://github.com/PretendoNetwork/SSSL`
- `cd SSSL` - `cd SSSL`
- `npm i` (this only needs to be done once) - `npm i` to install the dependencies
- Place `CACERT_NINTENDO_CA_G3.pem` in the same folder as this script - `node patch` to run the patching wizard
- `node patch`
## Credits ## Credits
- Shutterbug for actually finding the new verification bug - Shutterbug for actually finding the new verification bug