Revision 492
Added by Aaron Marcuse-Kubitza almost 13 years ago
README.TXT | ||
---|---|---|
1 | 1 |
To install: make install |
2 | 2 |
To uninstall: make uninstall |
3 | 3 |
To reinstall db: make reinstall_db |
4 |
To run tests/demo: make test |
|
4 |
To import data into VegBIEN: make import |
|
5 |
To run tests for each data source: make test2 |
|
6 |
To run unit tests (will eventually be merged into test2 above): make test |
|
5 | 7 |
|
6 | 8 |
To see a program's description, read its top-of-file comment |
7 | 9 |
To see a program's usage, run it without arguments |
Also available in: Unified diff
Updated README.TXT to reflect new make targets