Update README.md

This commit is contained in:
千住柱間 2025-08-15 02:04:56 +00:00
commit 884d44a4e0

View file

@ -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
then wait for the whole proccess to end. <br>
after that, you'll have everything installed, and you can just call : <br>
```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.