diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-11-18 22:42:33 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-11-18 22:42:33 +0000 |
commit | 3cc68cb8bd874a619c06e0936ed40648e7b1dd72 (patch) | |
tree | fdab6da1980433d24dca17e0cf15d482209c5a29 | |
parent | 7ff8f7ee3bf3648030a61a42c8a7883819520e52 (diff) |
Added README.md file to explain this repository
This repository only had tarballs with no explanation, so a short
explanation was added in a `README.md' file.
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | README.md | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e4e5f6c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*~
\ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..a54321c --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +Reproducible paper dependencies +=============================== + +The tarballs collected in this repository are the necessary +dependencies for the [reproducible +paper](https://gitlab.com/makhlaghi/reproducible-paper) project. + +The paper reproduction pipeline will download the necessary tarball +(mostly) from their own official webpage if not already present on the +local system. This repository is maintained for easy downloading of +all the necessary tarballs in one place (and use later in offline +mode).
\ No newline at end of file |