From c839f310ba0b0b94f466fcc9f2d148e4bc09275b Mon Sep 17 00:00:00 2001 From: watsuyo Date: Sun, 20 Feb 2022 23:27:02 +0900 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ffec76d..186f36a 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,12 @@ The author has confirmed that it works with these versions. NOTION_READER_DATABASE_ID=************ ``` +4. Local run + ```sh + yarn build + yarn feed + ``` +

(back to top)