Update README.md

This commit is contained in:
moebiusband73
2019-04-29 10:26:20 +02:00
committed by GitHub
parent c92ebc4149
commit 35ec611ba3

View File

@@ -1,2 +1,15 @@
# HPCJobDatabase # HPCJobDatabase
A standardized interface and reference implementation for HPC job data 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
```