Skip to content

Commit

Permalink
feat(readme): update timezone instructions a bit
Browse files Browse the repository at this point in the history
It seemed to some that `mix airports.update` had to be ran at their
project as well, which is not the case.
  • Loading branch information
sjoulbak committed Jul 23, 2024
1 parent b37e574 commit d03374b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ def deps do
end
```

## Installing the Airports data
## Adding timezone to the Airports data

Airports depends on [tz_world](https://github.com/kimlai/tz_world) for timezone data. To install airports with timezone data, run:
Airports depends on [tz_world](https://github.com/kimlai/tz_world) for timezone data. After updating `priv/airports.csv`, run the following to add timezone data:

```elixir
mix airports.update
Expand Down

0 comments on commit d03374b

Please sign in to comment.