Skip to content

Commit

Permalink
Update the wording in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LightningMods authored May 6, 2024
1 parent 71c893e commit 6478d7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ for Debug settings ONLY
make -C stage2 FW=1100 clean && make -C stage2 FW=1100 ENABLE_DEBUG_MENU=1

```
for the Module Dumper + USB Payload Loader
for the Module Dumper Patches + USB Payload Loader
```sh
make -C stage2 FW=1100 clean && make -C stage2 FW=1100 MODULE_DUMPER=1
```

for the USB Payload Loader ONLY
for the USB (or /data) Payload Loader ONLY
```sh
make -C stage2 FW=1100 clean && make -C stage2 FW=1100 USB_LOADER=1
```
Expand Down

0 comments on commit 6478d7c

Please sign in to comment.