From 7e49347f5cc08b2c1cf0ca8581a6709aaa0cb086 Mon Sep 17 00:00:00 2001 From: Timm Ruppert Date: Tue, 2 Sep 2025 14:29:44 +0200 Subject: [PATCH] change repo path Signed-off-by: Timm Ruppert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42f3fcb..c0ff581 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Installation - Clone the osi-cpp repository, including sub-modules: ```console - git clone --recurse-submodules https://github.com/PMSFIT/osi-cpp.git + git clone --recurse-submodules https://github.com/OpenSimulationInterface/osi-cpp.git ``` - Switch to the repository directory: