From 6d67846c400346f017b7824fb8bac76123205522 Mon Sep 17 00:00:00 2001 From: Georg Date: Wed, 9 Oct 2024 15:45:56 +0200 Subject: [PATCH] docs: link the new documentation page in the README (#421) --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4e7d46fa..5e1516830 100644 --- a/README.md +++ b/README.md @@ -93,8 +93,10 @@ After extracting this bundle to an arbitrary path, Eclipse MOSAIC can be execute mosaic.sh -s HelloWorld mosaic.bat -s HelloWorld - -Besides, the simulation can also be started in your IDE using the main method in `org.eclipse.mosaic.starter.MosaicStarter`. + +## IDE Setup + +Apart from the aforementioned approach, the simulation can also be started in your IDE using the main method in `org.eclipse.mosaic.starter.MosaicStarter`. Please have a look at the setup page in the documentation [here](https://eclipse.dev/mosaic/docs/extending_mosaic/). ## License