diff --git a/README.md b/README.md
index 7990ec7..af0926d 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,19 @@
Python budget tracking "app" running in a browser. Just because.
+
+ Built entirely with Python's `stdlib` and SQLite.
+
+ Run it with…
+
+ ```bash
+ python budget.py
+
+ ```
+
+ …and it will automatically launch in the default browser on `http://localhost:8080`. Data is saved to a SQLite DB `budget.db`.
+
+
+ ## Requires
+
+ Python 3.x
+
+ Code on a budget, geddit?! 🤣️