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