Commit c6c98b769e944b8dc9a5957525b9e73eb9ac0ae9

Authored by Josh Klontz
1 parent 16a3b3a7

doc fixes

Showing 1 changed file with 4 additions and 4 deletions
docs/docs/install.md
... ... @@ -35,7 +35,7 @@ A hacker's guide to building, editing, and running OpenBR.
35 35  
36 36 $ git clone https://github.com/biometrics/openbr.git
37 37 $ cd openbr
38   - $ git checkout 1.0
  38 + $ git checkout v1.1.0
39 39 $ git submodule init
40 40 $ git submodule update
41 41  
... ... @@ -116,7 +116,7 @@ A hacker's guide to building, editing, and running OpenBR.
116 116  
117 117 $ git clone https://github.com/biometrics/openbr.git
118 118 $ cd openbr
119   - $ git checkout 1.0
  119 + $ git checkout v1.1.0
120 120 $ git submodule init
121 121 $ git submodule update
122 122  
... ... @@ -196,7 +196,7 @@ A hacker's guide to building, editing, and running OpenBR.
196 196 $ cd /c
197 197 $ git clone https://github.com/biometrics/openbr.git
198 198 $ cd openbr
199   - $ git checkout 1.0
  199 + $ git checkout v1.1.0
200 200 $ git submodule init
201 201 $ git submodule update
202 202  
... ... @@ -277,7 +277,7 @@ A hacker's guide to building, editing, and running OpenBR.
277 277  
278 278 $ git clone https://github.com/biometrics/openbr.git
279 279 $ cd openbr
280   - $ git checkout 1.0
  280 + $ git checkout v1.1.0
281 281 $ git submodule init
282 282 $ git submodule update
283 283  
... ...