diff --git a/README.md b/README.md
index 6a5e6cb..36af749 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,38 @@
-GVM
-===============
+# GVM
-A Godot Version Manager written in Python
\ No newline at end of file
+A Godot Version Manager written in Python.
+You can download launch and remove **(WIP)** stable Godot versions.
+It's for people who want an unified experience of managing Godot
+instead of losing track of every sole version they use.
+
+## Dependencies
+
+You need **[requests](https://pypi.org/project/requests/)** for the application to work.
+Pyinstaller is only needed for building.
+
+## Building from source
+
+This project is supposed to only run on Linux and Windows.
+
+### Windows
+
+
git clone http://kairoto.com:8080/git/Kairoto/GVM.git)pip install requests pyinstaller)pyinstaller -D -F -n GVM.exe main.py)git clone http://kairoto.com:8080/git/Kairoto/GVM.git)python -m venv {ENV_NAME}. python -m venv {ENV_NAME}).pip install requests pyinstaller)pyinstaller -D -F -n GVM.exe main.py)