diff --git a/README.md b/README.md index d7d0d9b..8f55b67 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # HPCJobDatabase A standardized interface and reference implementation for HPC job data + +# Dependencies + + * Getopt::Long + * Pod::Usage + * DateTime::Format::Strptime + * DBI::SqLite + +# Setup + +``` +sqlite3 jobDB < initDB.sql +```