diff options
author | Can | 2025-01-26 14:50:40 +0100 |
---|---|---|
committer | Can | 2025-01-26 14:50:40 +0100 |
commit | 1eaabb587a10bad0799360f056d8fa74aa02aa6a (patch) | |
tree | a07769eaa9c770ff86eadb549ac9d0aa860e0860 | |
parent | 0396d09ce9ac8780a57a83bf03f3615a18371241 (diff) |
fix: path error in README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |