Commit 8cf0d64806cf24dc55952e1ca2b43e61f169c4c2

Authored by Josh Klontz
1 parent 1e75576a

Update README.md

Showing 1 changed file with 3 additions and 5 deletions
README.md
1 1 **www.openbiometrics.org**
2 2  
  3 +Identify the latest [tagged release](https://github.com/biometrics/openbr/releases).
  4 +
3 5 $ git clone https://github.com/biometrics/openbr.git
4 6 $ cd openbr
  7 + $ git checkout <tag>
5 8 $ git submodule init
6 9 $ git submodule update
7 10  
8   -To optionally check out a particular [tagged release](https://github.com/biometrics/openbr/releases):
9   -
10   - $ git checkout <tag>
11   - $ git submodule update
12   -
13 11 **[Build Instructions](http://openbiometrics.org/doxygen/latest/installation.html)**
... ...