From 21f50efb5adbf25fcb4ab116a7add2852d665069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Arod?= Date: Mon, 2 Sep 2024 14:53:38 +0200 Subject: [PATCH] doc: improve doc --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d922ac6..cb06091 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,7 @@ This modules computes EL statistiques from Notion Data # Setup -- Create file `.env` defining the NOTION_TOKEN variable -- Run `yarn dry-run` or `yarn publish-stats` +- Create file `.env` defining the NOTION_TOKEN variable at the root of this repo +- Then use either + - `yarn dry-run` to fetch notion data, compute stats and dump them in json files + - `yarn publish-stats` to fetch notion data, compute stats and publish them to the dedicated Notion page