diff --git a/README.md b/README.md index d7d0d9b..16e5e70 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 + * DBD::SQLite + +# Setup + +``` +sqlite3 jobDB < initDB.sql +```