diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3a395d67c..5328a1220 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ git clone git@github.com:digitallyinduced/ihp.git IHP The best workflow is to use `ghci` to load your application together with the framework version in `IHP`. Then, in your app directory (NOT the IHP directory): ``` -make all # only needs to be run once +make -B build/ihp-lib # only needs to be run once ghci $ghci> :l Main ```