From 1654f5c23203fece07705c43e5b9d829f053c6c0 Mon Sep 17 00:00:00 2001 From: Florian Date: Sun, 23 Nov 2025 12:37:52 +0100 Subject: [PATCH] Fix file path --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f2c88c0..6468a58 100755 --- a/README.md +++ b/README.md @@ -20,7 +20,9 @@ cd onpoint pip3 install -r requirements.txt ``` -To compile, run `python3 main.py $root_directory`. You will have to pass `--no-help-menu` to compile the slides in the `test` folder of this development repository. Use `python3 main.py -h` to learn more about all available optional parameters. +To compile, run `python3 main.py $root_directory`. Use `python3 main.py -h` to learn more about all available optional parameters. + +**Note for onpoint developers:** You will have to pass `--no-help-menu` to compile the slides in the `demo` folder of this development repository. ## The Project Structure