diff --git a/src/Level01/README.md b/src/Level01/README.md index 7c8cb8bf..44aea6c3 100644 --- a/src/Level01/README.md +++ b/src/Level01/README.md @@ -18,7 +18,7 @@ To run the application: ```bash # With Cabal -$ cabal run level01-exe +$ cabal new-run level01-exe # With Stack $ stack exec level01-exe diff --git a/src/Level02/README.md b/src/Level02/README.md index 4f399b1e..075b7710 100644 --- a/src/Level02/README.md +++ b/src/Level02/README.md @@ -44,7 +44,7 @@ The starting point for this exercise is the ``src/Level02/Types.hs``. ```bash # Using cabal -$ cabal run level02-exe +$ cabal new-run level02-exe # Using stack $ stack exec level02-exe