From aafadd4e1219c70c17d4ada04acc949927fbbbfc Mon Sep 17 00:00:00 2001 From: Varun Rajput Date: Sun, 29 Dec 2024 04:45:07 -0500 Subject: [PATCH] Update ihp-ide DeverServer path in CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 37ac4d6a7..db34f48a7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 ``` @@ -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 ```