From 09c52e7fc92055396ce55517563666e0151ca508 Mon Sep 17 00:00:00 2001 From: Emanuele Lapponi Date: Thu, 2 Feb 2017 08:54:17 +0100 Subject: [PATCH] fixed filename in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 199b375..709dfbd 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,14 @@ See [Data.md](Data.md) for more information on the variables. ## Get the data -You can download the data from [http://ltr.uio.no/ton/ton.data.101.tar.gz](http://ltr.uio.no/ton/ton.data.10.tar.gz). The recommended way to stay up to date with this repository is to clone it and unpack the downloaded archive to its top-level directory. +You can download the data from [http://ltr.uio.no/ton/ton.data.101.tgz](http://ltr.uio.no/ton/ton.data.101.tgz). The recommended way to stay up to date with this repository is to clone it and unpack the downloaded archive to its top-level directory. On most UNIX systems, you can type the following in your terminal: ``` git clone https://github.com/emanlapponi/talk-of-norway cd talk-of-norway -wget http://ltr.uio.no/ton/ton.data.101.tar.gz -tar -xzf ton.data.101.tar.gz +wget http://ltr.uio.no/ton/ton.data.101.tgz +tar -xzf ton.data.101.tgz rm ton.data.tar.gz ```