Skip to content

Commit

Permalink
Update ihp-ide DeverServer path in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rvarun11 authored Dec 29, 2024
1 parent 17f17b5 commit aafadd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ use `make console` to load your application together with the framework located

```
ghci
:l IHP/exe/IHP/IDE/DevServer.hs
:l ihp/ihp-ide/exe/IHP/IDE/DevServer.hs
main
```

Expand All @@ -95,7 +95,7 @@ You can enable additional debug logging for the development server by setting th
```
export DEBUG=1
ghci
:l IHP/exe/IHP/IDE/DevServer.hs
:l ihp/ihp-ide/exe/IHP/IDE/DevServer.hs
main
```

Expand Down

0 comments on commit aafadd4

Please sign in to comment.