Update README.md

This commit is contained in:
mrdude2478 2022-04-26 01:55:18 +01:00 committed by GitHub
parent 93ad574cab
commit 11e8ed41e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +1,18 @@
# TinWoo
A No-Bullshit-No-Bullshit NSP, NSZ, XCI, and XCZ Installer for Nintendo Switch
A No-Bullshit-No-Bullshit NSP, NSZ, XCI, and XCZ Installer for Nintendo Switch.
![Main Page](https://i.imgur.com/QOi0Yvv.jpg)
## Features
- Installs NSP/NSZ/XCI/XCZ files and split NSP/XCI files from your SD card
- Installs NSP/NSZ/XCI/XCZ files over LAN or USB from tools such as [NS-USBloader](https://github.com/developersu/ns-usbloader)
- Installs Split NSP/XCI/NSZ/XCZ over Lan or USB using [NS-USBloader(Mod)](https://mega.nz/file/I4p2gCCK#32GwAGtIcL3FVH-V-8Goae_hpnK8FQ0eS2PwLDOW6X4)
- Installs NSP/NSZ/XCI/XCZ files over the internet by URL or Google Drive
- Installs NSP/NSZ/XCI/XCZ files from a Hard Drive (NTFS/Fat32/ExFat/EXT3/EXT4)
- Verifies NCAs by header signature before they're installed
- Installs and manages the latest signature patches quickly and easily
- Works on SX OS and Atmosphere
- Able to theme, change install sounds
- Installs NSP/NSZ/XCI/XCZ files and split NSP/XCI files from your SD card.
- Installs NSP/NSZ/XCI/XCZ files over LAN or USB from tools such as [NS-USBloader](https://github.com/developersu/ns-usbloader).
- Installs Split NSP/XCI/NSZ/XCZ over Lan or USB using [NS-USBloader(Mod)](https://mega.nz/file/I4p2gCCK#32GwAGtIcL3FVH-V-8Goae_hpnK8FQ0eS2PwLDOW6X4).
- Installs NSP/NSZ/XCI/XCZ files over the internet by URL or Google Drive.
- Installs NSP/NSZ/XCI/XCZ files from a Hard Drive (NTFS/Fat32/ExFat/EXT3/EXT4).
- Verifies NCAs by header signature before they're installed.
- Installs and manages the latest signature patches quickly and easily.
- Works on SX OS and Atmosphere.
- Able to theme, change install sounds.
## Thanks to
- Blawar, Hunterweb, DarkMatterCore, XorTroll
@ -21,7 +21,7 @@ A No-Bullshit-No-Bullshit NSP, NSZ, XCI, and XCZ Installer for Nintendo Switch
This code was prominently modified by MrDude on 25/04/2022 to be able to build with new plutonium and uo to date libnx.
## Building All componenets of TinWoo at once
cd into the tinwoo folder then "make"
cd into the tinwoo folder then "make".\
## Build TinWoo components individually
First, build and install usb libs - "make libusb".\
@ -31,10 +31,10 @@ Third, Make Tinwoo - "make tinwwoo".
## Cleanup tinWoo once built
First, "make libusbclean".\
Second, "make cleanplutonium".\
Third, "make clean"
Third, "make clean".\
## Note
This is a work in progress and lets you build with new libnx, plutonium packages. Some stuff still needs fixed to work with the new plutonium and libnx changes.
This is a work in progress and lets you build with new libnx, plutonium packages. Some stuff still needs fixed to work with the new plutonium and libnx changes.\
Stuff still to fix:\
Font sizes in menus.\
Threading in the main menu - to stop GUI freezing.\