diff --git a/README.md b/README.md
index 36af749..340c7a2 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# GVM
A Godot Version Manager written in Python.
-You can download launch and remove **(WIP)** stable Godot versions.
+You can download launch and remove 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.
@@ -29,10 +29,13 @@
git clone http://kairoto.com:8080/git/Kairoto/GVM.git)git clone http://kairoto.com:8080/git/Kairoto/GVM.git)If your system has problems with building, do this: +
python -m venv {ENV_NAME}. python -m venv {ENV_NAME}).python -m venv {ENV_NAME}).pip install requests pyinstaller)pyinstaller -D -F -n GVM.exe main.py)pyinstaller -D -F -n GVM.x86_64 main.py)