This commit is contained in:
Rob Chohan
2010-11-30 22:17:14 -08:00
parent bc35b28fb5
commit ee1c22df2d

View File

@@ -10,7 +10,8 @@ in your html files.
2. Create a folder called 'src/com/beetight/barcodescanner' within your project's src/com/ folder.
`mkdir <your_project>/src/com/beetight/barcodescanner`
3. and copy the java file into that new folder
3. And copy the java file into that new folder.
`cp ./BarcodeScanner.java <your_project>/src/com/beetight/barcodescanner`