From 55e8196bbcb65d922d6060993302537e98110d54 Mon Sep 17 00:00:00 2001 From: Kotaro Inoue Date: Fri, 20 Jan 2023 00:38:42 +0900 Subject: [PATCH] Fix README Signed-off-by: Kotaro Inoue --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 371ad81..5260e58 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # annict-epgstation-connector +## How to use + +```shell-session +$ export ANNICT_ENDPOINT="https://api.annict.com/graphql" +$ export ANNICT_API_TOKEN="your-own-annict-api-token" +$ export EPGSTATION_ENDPOINT="http://localhost:8888/api" +$ ./annict-epgstation-connector sync +``` +