2018-07-13T09:41 AM
How to get the simulator
Code:
How to maintain your version of the simulator to get the last stable version
Code:
How to get the last version in development
Code:
Code:
Code:
git clone https://git.oceandatalab.com/skim/skimulator.git
How to maintain your version of the simulator to get the last stable version
Code:
Code:
git checkout master
git pull origin master
How to get the last version in development
Code:
Code:
git checkout develop
git pull origin develop