Skip to content

Commit

Permalink
Update getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Dec 24, 2021
1 parent 15d452a commit 0ee8690
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/get-started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ This is used when you do not have yet local copy on your machine.
Update cloned to latest version
"""""""""""""""""""""""""""""""

* Open console and navigate to path in the system where your resources repository is. Use command ``cd your_path``
* Run ``git pull origin master --recurse-submodules`` command to pull latest changes and to fetch latest changes from submodules on ``master`` branch
* Run ``git pull origin develop --recurse-submodules`` command to pull latest changes and to fetch latest changes from submodules on ``develop`` branch
* Run ``git submodule foreach git pull origin master`` to update & merge all submodules
* Open console and navigate to path in the system where your repository is located. Use command ``cd your_path``
* Run ``git pull origin master`` command to get latest changes on ``master`` branch
* Run ``git pull origin develop`` command to get latest changes on ``develop`` branch
* Run ``git submodule update --init --remote`` to update submodules to latest version

.. note::
This is preferred option to use when you want to evaluate library and run prepared examples.
Expand Down

0 comments on commit 0ee8690

Please sign in to comment.