From f31c230b5e455fa994f00c81b61af6cfb29afba9 Mon Sep 17 00:00:00 2001 From: Eugene Agafonov Date: Tue, 7 Apr 2020 13:34:13 -0700 Subject: [PATCH] Updated README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4bba6c9b0..4b4d57a85 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,18 @@ Currently, running the simulator in Windows yields better performance than runni ### Building and running from source -**NOTE**: to clone repository faster, clone only single branch: +**NOTE**: to clone repository faster, clone only single branch. + +To get latest code from master branch: git clone --single-branch https://github.com/lgsvl/simulator.git +Alternatively, you can get source code of specific release. Here is an example how to checkout by release tag `2020.03` + + git clone https://github.com/lgsvl/simulator.git + cd simulator + git checkout 2020.03 + Check out our instructions for getting started with building from source [here](Docs/docs/build-instructions.md). @@ -99,4 +107,4 @@ Please feel free to provide feedback or ask questions by creating a Github issue Copyright (c) 2019 LG Electronics, Inc. -This software contains code licensed as described in LICENSE. \ No newline at end of file +This software contains code licensed as described in LICENSE.