diff --git a/README.md b/README.md
index 827d252..759f774 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,15 @@
fully reproducible java environment for developers
-### TODO
-- fix the flake error in which ECF is being pulled instead of the -bin variant of intellij
-
### usage:
```shell
-$ nix-shell
+$ nix develop
```
-then assuming that intellij is installed via nix, just call it from that shell
\ No newline at end of file
+
+then wait for the whole proccess to end.
+after that, you'll have everything installed, and you can just call :
+```shell
+$ idea-community
+```
+
+but i think you'll still need to repeat this proccess everytime you want to open the IDE, because the variable paths are changed/tricked in the flake to fix some errors.
\ No newline at end of file