From 8b7c11e99e759882934a439a2acab8a5656346d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Wed, 3 Feb 2021 17:36:44 +0100 Subject: [PATCH] Add "Replace the currently published file" section to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 91527aa..7605b59 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,8 @@ depends on: * `[coreutils](coreutils)` (`basename`, `md5sum` and `date`) You can generate the output with `make` and deploy with `make deploy`. + +## Replace the currently published file + +Add the new file as `data/activities-YYYYMMDD.xml` where `YYYYMMDD` is today's +date and run `make deploy`. **DO NOT FORGET TO COMMIT YOUR CHANGES!**