Skip to content

Commit

Permalink
spellcheck fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
nzlosh committed Feb 12, 2013
1 parent 18302d7 commit fd17315
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,22 @@ Installation
============

* Requirements
Python 2.7
IANA tz data archive
* Python 2.7
* IANA tz data archive

1 Get the tz data archive file.
1 Download the IANA timezone data archive file.
> wget 'https://www.iana.org/time-zones/repository/releases/tzdata2012j.tar.gz'
2 Extact the arcihve to your desired directory.
> tar xzvf tzdata2012j.tar.gz /tmp
2 Extract the archive to your desired directory.
> mkdir /tmp/tzdata2012j
> tar xzvf tzdata2012j.tar.gz /tmp/tzdata2012j
3 Execute tz2js.py passing the tzdata's parent directory.
> Execute tz2js.py /tmp.
3 Execute tz2js.py with tzdata's parent directory as an argument.
> ./tz2js.py /tmp

Thanks to ...
=============

The group of people that maintain the timezone's extremely detailed and
complex database. Great work people!

0 comments on commit fd17315

Please sign in to comment.