From aa76b697ada0d3e9eda622bcdadb3220b5dfb409 Mon Sep 17 00:00:00 2001 From: Aolin Date: Thu, 9 Feb 2023 23:35:42 +0800 Subject: [PATCH] README: introduce how to update script in Tampermonkey (#4) Signed-off-by: Aolin --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e69fb3e..d259ad3 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,20 @@ A userscript for GitHub with the following features: ## FAQs +### How to update the userscript? + +The following uses Tampermonkey as an example. + +1. Click the Tampermonkey icon in the browser toolbar. + +2. Click **Dashboard**. The Tampermonkey dashboard is displayed. + +3. Click **Installed userscripts**. The list of installed userscripts is displayed. + +4. Select **Octopus GitHub**. + +5. Choose **Trigger update** from the **Apply this to all selected scripts** menu and click **Start**. The userscript is updated to the latest version. + ### Why is the bulk comment feature not working? 1. Check if you have configured a Github personal access token.