Skip to content

Commit

Permalink
Remove download failure note
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Apr 7, 2017
1 parent 8ad0e8d commit a66367d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,3 @@ julia> Pkg.add("TimeZones")
```

This command will install the latest version of TimeZones, automatically download the latest tz database, and convert the data into an Julia optimized format.

Sometimes the official server where we get the tz database is inaccessible. If this occurs you'll see an error similar to:

```julia
ERROR: Unable to download tz database
```

To correct this problem try to downloading the tz database at a later time. You can trigger a download again with:

```julia
julia> Pkg.build("TimeZones")
```

0 comments on commit a66367d

Please sign in to comment.