From 2a004a4296f4c6f453c3cb572de59fed64a10983 Mon Sep 17 00:00:00 2001 From: aarkue Date: Wed, 8 May 2024 10:58:00 +0200 Subject: [PATCH] Update README instructions (Disclaimer) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fd7d688..5544c2a 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,12 @@ Run `docker compose up --build` in the project root. ## Usage +__Note: These instructions might not be up-to-date with the newest version.__ + +In particular, in the new approach based on binding boxes, the need to manually add object variables globally is eliminated. +To see examples of the new constraints, try out the Auto-Discovery feature and inspect the generated constraint. + + ### Loading OCELs & Viewing OCEL info When visiting the initial page of the tool, you can load an OCEL2 file by either choosing a custom OCEL2 file (XML/JSON) or selecting an OCEL2 file from the provided list (only available in the dev/docker setup and only if there are .json/.xml files in the `backend/data` folder). If the OCEL was loaded successfully, you will automatically be forwarded to the OCEL info view.