From 0606cd2cd2483b9893002f8aa093220852b899e3 Mon Sep 17 00:00:00 2001 From: Berj Chilingirian Date: Thu, 29 Sep 2016 00:59:05 -0400 Subject: [PATCH] Update README.md with data download information --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5f49eff..d3b6338 100644 --- a/README.md +++ b/README.md @@ -143,8 +143,12 @@ Stopping because audit confirmed outcome: # Getting Australian Senate Election Data -The Australian Senate Election data can be retrieved by downloading the ``data.tar.gz`` file at the top-level of this repository. +The Australian Senate Election data can be downloaded [here](https://drive.google.com/file/d/0B2FYEn1taR3dMTVGWThtbDJuLVk/view?usp=sharing). -This can be done in one of two ways: +Upon downloading the ``data.tar.gz``, extract its contents with the following command. -(Directions to come soon...) +``` +tar -xvzf data.tar.gz +``` + +The path to the resulting directory, ``data``, may then be used as the value to the ``--data`` option for the ``aus-senate-audit`` tool.