Update README.md

This commit is contained in:
s464986 2024-05-27 16:13:14 +02:00
parent 1824a2be3d
commit 6e17cd75ab

View File

@ -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
```