diff --git a/README.md b/README.md index 5459f2e..42e2c18 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # MealProject_Haskell +## Running the Project + +To run the application, use the following command: + +```bash +ghci -package bytestring -package vector -package cassava +``` +```bash +:l Proj.hs +``` +```bash +main +``` +