From f6cf9fb295b6a270d32725e97b8b0dc3ebb124cd Mon Sep 17 00:00:00 2001 From: Jonathan Barrow Date: Mon, 29 Jan 2024 21:15:37 -0500 Subject: [PATCH] update: update script instructions in README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 85eedcb..a26434e 100644 --- a/README.md +++ b/README.md @@ -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/) - `git clone git clone https://github.com/PretendoNetwork/SSSL` - `cd SSSL` -- `npm i` (this only needs to be done once) -- Place `CACERT_NINTENDO_CA_G3.pem` in the same folder as this script -- `node patch` +- `npm i` to install the dependencies +- `node patch` to run the patching wizard ## Credits - Shutterbug for actually finding the new verification bug