File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -67,10 +67,18 @@ Currently, running the simulator in Windows yields better performance than runni
6767
6868### Building and running from source
6969
70- ** NOTE** : to clone repository faster, clone only single branch:
70+ ** NOTE** : to clone repository faster, clone only single branch.
71+
72+ To get latest code from master branch:
7173
7274 git clone --single-branch https://github.com/lgsvl/simulator.git
7375
76+ Alternatively, you can get source code of specific release. Here is an example how to checkout by release tag ` 2020.03 `
77+
78+ git clone https://github.com/lgsvl/simulator.git
79+ cd simulator
80+ git checkout 2020.03
81+
7482Check out our instructions for getting started with building from source [ here] ( Docs/docs/build-instructions.md ) .
7583
7684
@@ -99,4 +107,4 @@ Please feel free to provide feedback or ask questions by creating a Github issue
99107
100108Copyright (c) 2019 LG Electronics, Inc.
101109
102- This software contains code licensed as described in LICENSE.
110+ This software contains code licensed as described in LICENSE.
You can’t perform that action at this time.
0 commit comments