Update README.md

This commit is contained in:
Souldbminer
2025-09-25 21:40:53 -04:00
committed by GitHub
parent 273aef145f
commit 1c89627fc3

View File

@@ -33,10 +33,10 @@ Extract sysmodule into root of SD card<br>
Ensure you are using latest Atmosphere, otherwise the console will not boot<br> Ensure you are using latest Atmosphere, otherwise the console will not boot<br>
## Configuration ## Configuration
Download the latest configurator on your computer Download the latest configurator on your computer<br>
Run the file Run the file<br>
Select the drive your SD card or UMS device is mounted as Select the drive your SD card or UMS device is mounted as<br>
Configure the kip to your liking, and in the end, save it Configure the kip to your liking, and in the end, save it<br>
## Building ## Building
Set up a development enviorment ready to compile Atmosphere<br> Set up a development enviorment ready to compile Atmosphere<br>
@@ -44,8 +44,8 @@ Git clone Atmosphere, and move the cloned folder into build/<br>
Insert Source/stratosphere folder into build/<br> Insert Source/stratosphere folder into build/<br>
Run build.sh Run build.sh
To build the configurator, clone it's repo (souldbminersmwc/ocs2-configurator) To build the configurator, clone it's repo (souldbminersmwc/ocs2-configurator)<br>
Run build.bat or cd into folder and run "python -m PyInstaller --onefile --add-data "assets;assets" --icon=assets/icon.ico --noconsole src/main.py" Run build.bat or cd into folder and run "python -m PyInstaller --onefile --add-data "assets;assets" --icon=assets/icon.ico --noconsole src/main.py"<br>
## Credits ## Credits