Update README.md
This commit is contained in:
parent
14a0d22e96
commit
884d44a4e0
1 changed files with 9 additions and 5 deletions
14
README.md
14
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
|
||||
|
||||
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.
|
||||
Loading…
Reference in a new issue