From 6e17cd75abad286a3a3bd9187ccc781468c44218 Mon Sep 17 00:00:00 2001 From: s464986 Date: Mon, 27 May 2024 16:13:14 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 +``` +