Commit 227a468669b8c784ab24d989293e23fce62e6449

Authored by Shervin Emami
Committed by GitHub
1 parent 2f3ddab1

Made the README easier for beginners

Showing 1 changed file with 5 additions and 3 deletions
README.md
1 1 **www.openbiometrics.org**
2 2  
3   -Identify the latest [tagged release](https://github.com/biometrics/openbr/releases).
  3 +1) Identify the latest stable [release tag](https://github.com/biometrics/openbr/releases) such as "v1.1.0"
  4 +
  5 +2) Download all OpenBR source code and switch to that release tag:
4 6  
5 7 $ git clone https://github.com/biometrics/openbr.git
6 8 $ cd openbr
7   - $ git checkout <tag>
  9 + $ git checkout <tag> (eg: git checkout v1.1.0)
8 10 $ git submodule init
9 11 $ git submodule update
10 12  
11   -**[Build Instructions](http://openbiometrics.org/docs/install/)**
  13 +3) Build OpenBR by following the **[Build Instructions](http://openbiometrics.org/docs/install/)** for your OS.
... ...