Commit 5a966daaf29a0050eb29531fab630a4bae9daea4

Authored by jklontz
1 parent 60a0a0c3

Update README.md

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