Skip to content

Commit

Permalink
Merge pull request #2024 from digitallyinduced/rvarun11-patch-1
Browse files Browse the repository at this point in the history
docs: Update ihp-ide DevServer path in CONTRIBUTING.md
  • Loading branch information
mpscholten authored Dec 29, 2024
2 parents 17f17b5 + aafadd4 commit de92cbb
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 de92cbb

Please sign in to comment.