Skip to content

Commit

Permalink
Adjust docs
Browse files Browse the repository at this point in the history
  • Loading branch information
amitaibu committed Aug 13, 2024
1 parent bd1220d commit dc248f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,13 @@ Note that it takes around 30 minutes for the IHP GitHub actions to prepare a bin


When making changes to the development tooling, we have to start the server differently, without `devenv up`. We have to
use `make console` to load your application together with the framework located in `IHP`.
use `ghci` to load your application together with the framework located in `IHP`.

```
ghci
-- Add the IHP/ihp-ide directory to the load path
:set -iIHP/ihp-ide
-- Load the development server
:l IHP/ihp-ide/exe/IHP/IDE/DevServer.hs
main
```
Expand Down

0 comments on commit dc248f7

Please sign in to comment.