We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a293166 commit cfbc228Copy full SHA for cfbc228
README.md
@@ -49,9 +49,6 @@ The following example uses [reflex-vty](https://github.com/reflex-frp/reflex-vty
49
Developer environment
50
---------------------
51
52
-You can get `ghcid` running for working on the code with the command:
53
-
54
-```bash
55
-nix-shell -E '((import ./reflex-platform {}).ghc.callCabal2nix "reflex-process" ./. {}).env' --run ghcid
56
-```
+You can enter a development shell by running `nix-shell`.
57
+From the shell, you can run `cabal` or `ghc` commands or `ghcid`.
0 commit comments