Skip to content

Commit

Permalink
Fix pull command
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed May 11, 2015
1 parent d51729c commit fa2bd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -39,7 +39,7 @@ git clone https://github.com/OpenModelica/OpenModelica.git --recursive
```
To keep the project updated, use something like:
```bash
git pull --recursive && git submodule foreach --recursive "git submodule update"
git pull --recurse-submodules && git submodule foreach --recursive "git submodule update"
```
If you have push access to the submodules, you can push them all together and let [hudson](https://test.openmodelica.org/hudson/) run the tests before this project is updated (only necessary if you change an interface or the test suite at the same time as [OMCompiler](https://github.com/OpenModelica/OMCompiler)):
```bash
Expand Down

0 comments on commit fa2bd9a

Please sign in to comment.