Skip to content

Commit

Permalink
Merge pull request #12 from ankita-kumari/master
Browse files Browse the repository at this point in the history
Resolves an error during 'mvn install'
  • Loading branch information
oostendo authored Nov 3, 2016
2 parents 827db97 + dd3eb0b commit f2c1abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ If you need to threshold or filter your image prior to sending to ZXing, I recom
```
git clone https://github.com/zxing/zxing.git
cd zxing-master
git clone git://github.com/oostendo/python-zxing.git
mvn install
cd core
wget http://central.maven.org/maven2/com/google/zxing/core/2.2/core-2.2.jar
Expand All @@ -21,6 +20,7 @@ cd zxing-master/javase
wget http://central.maven.org/maven2/com/google/zxing/javase/2.2/javase-2.2.jar
mv javase-2.2.jar javase.jar # Rename
mvn install
git clone git://github.com/oostendo/python-zxing.git
```

The library consists of two classes, BarCodeReader and BarCode. BarCode parses
Expand Down

0 comments on commit f2c1abc

Please sign in to comment.