Update README.md

This commit is contained in:
moebiusband73 2019-04-29 10:26:20 +02:00 committed by GitHub
parent c92ebc4149
commit 35ec611ba3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
```