From 273aef145f2d3816eaf7ba402968cddf8a448275 Mon Sep 17 00:00:00 2001
From: Souldbminer <162390887+souldbminersmwc@users.noreply.github.com>
Date: Thu, 25 Sep 2025 21:40:39 -0400
Subject: [PATCH] Update README.md
---
README.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/README.md b/README.md
index 74b3000b..ba961400 100644
--- a/README.md
+++ b/README.md
@@ -32,12 +32,22 @@ Extract sysmodule into root of SD card
Ensure you are using latest Atmosphere, otherwise the console will not boot
+## Configuration
+Download the latest configurator on your computer
+Run the file
+Select the drive your SD card or UMS device is mounted as
+Configure the kip to your liking, and in the end, save it
+
## Building
Set up a development enviorment ready to compile Atmosphere
Git clone Atmosphere, and move the cloned folder into build/
Insert Source/stratosphere folder into build/
Run build.sh
+To build the configurator, clone it's repo (souldbminersmwc/ocs2-configurator)
+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"
+
+
## Credits
meha for Switch-Oc-Suite
sys-clk team for sys-clk