Skip to content

Commit

Permalink
fixed filename in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emanlapponi committed Feb 2, 2017
1 parent d5964ba commit 09c52e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 09c52e7

Please sign in to comment.