From 3aa67dcc0b25332a41d4235fb26fcdf364c98c64 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Thu, 25 Nov 2021 17:03:10 +0100 Subject: [PATCH] Improve phrasing of UPGRADE.md for timezones location path Closes #949 Signed-off-by: Thomas Citharel --- UPGRADE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE.md b/UPGRADE.md index 9e243afbd..ffb90d7f7 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -34,7 +34,7 @@ In order to keep the release tarballs light, the geographic timezone data is not sudo -u mobilizon curl -L 'https://packages.joinmobilizon.org/tz_world/timezones-geodata.dets' -o /var/lib/mobilizon/timezones/timezones-geodata.dets ``` -In both cases, ~700Mio of disk will be used. You may use the following configuration to specify where the data is expected: +In both cases, ~700Mio of disk will be used. You may use the following configuration to specify where the data is expected if you decide to change it from the default location (`/var/lib/mobilizon/timezones`) : ```elixir config :tz_world, data_dir: "/some/place" ```