ODL Forums
FAQs - Printable Version

+- ODL Forums (https://forum.oceandatalab.com)
+-- Forum: SKIM (https://forum.oceandatalab.com/forum-1.html)
+--- Forum: SKIMulator (https://forum.oceandatalab.com/forum-2.html)
+--- Thread: FAQs (/thread-4.html)



FAQs - Lucile Gaultier - 2018-07-13

How to get the simulator

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