Skip to content

Commit f31c230

Browse files
committed
Updated README.md
1 parent 6d0b03d commit f31c230

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
7482
Check 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

100108
Copyright (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.

0 commit comments

Comments
 (0)