From 1eaabb587a10bad0799360f056d8fa74aa02aa6a Mon Sep 17 00:00:00 2001 From: Can Date: Sun, 26 Jan 2025 14:50:40 +0100 Subject: fix: path error in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 62a3019..b37ec59 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ To run the project, you need to have Effekt installed on your machine. You can f After installing Effekt, you can run the project by executing the following command in the project's root directory: ```bash -effekt main.effekt --backend js-web --includes . +effekt src/main.effekt --backend js-web --includes . ``` This will then produce a `main.html` and `main.js` file in the `out` directory. You can open the `main.html` file in your browser to run the emulator. -- cgit v1.2.3