Minor changes from code inspection results
[zxing.git] / README
1 Please refer to the project page for more information:
2 http://code.google.com/p/zxing/
3 in particular:
4 http://code.google.com/p/zxing/wiki/GettingStarted
5
6 To get started, you can try building and running the command-line client;
7 you will need to have Apache's Ant tool installed to run this:
8
9 ant -f core/build.xml
10 ant -f javase/build.xml
11 java -cp javase/javase.jar:core/core.jar com.google.zxing.client.j2se.CommandLineRunner [URL]