From 35ec611ba32ec967274beedc354483f0f3627723 Mon Sep 17 00:00:00 2001 From: moebiusband73 Date: Mon, 29 Apr 2019 10:26:20 +0200 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 +```