Adding a helpful README. I keep forgetting the appspot workflow if I don't

use it for a week.



git-svn-id: https://zxing.googlecode.com/svn/trunk@1915 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
vikrama 2011-09-17 18:00:25 +00:00
parent a0f08df51e
commit ae8dc933dc

14
zxing.appspot.com/README Normal file
View file

@ -0,0 +1,14 @@
To compile:
----------
Run 'ant' in this directory. You might get a lot of warnings with
[WARN] but you should not get any errors.
To test:
-------
View the file "build/site/generator/index.html" in any browser. You can do
this from the commandline with:
firefox build/site/generator/index.html
Now you can try out your changes.