From cf7a810e3a9cc4d7de7ed1ddff5d12961215465b Mon Sep 17 00:00:00 2001 From: Adrian Pop Date: Sat, 1 Jul 2023 22:22:09 +0200 Subject: [PATCH] fix typo (#10912) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d47bff6bcd..ff854afb01f 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ cd OpenModelica git checkout master git pull # To checkout the latest master on each submodule run -# >ou will need to merge each submodule, but your changes will remain +# you will need to merge each submodule, but your changes will remain git submodule foreach --recursive "git checkout master && git pull" # Running master on all submodules might lead to build errors