We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41863ff + fc51785 commit 8fa4994Copy full SHA for 8fa4994
README.md
@@ -1,3 +1,12 @@
1
+## Important Pre-Requisite
2
+Before you `git clone` this repository, you will need to install `git-lfs`. It is required
3
+because the `dataset.tgz` file is rather large and cannot be stored as-is in the
4
+repository.
5
+
6
+Instructions on installing `git-lfs` are here: https://help.github.com/articles/installing-git-large-file-storage/.
7
+You only need to _install_ `git-lfs`. You do **not** need to _configure_ it after that. After
8
+installation, proceed with `git clone ...` as usual.
9
10
## Preparation
11
12
The `dataset.tgz` file contains an archive of all Enron emails, de-duped, and
0 commit comments