From 460bc2d6789423c118f1641eac3daecaebd782dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=B3=E9=88=9E?= Date: Tue, 12 Dec 2023 06:02:32 +0800 Subject: [PATCH] docs: update README files and add CodeFactor badge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add a CodeFactor badge to the README.md file - Update the Chinese translation of the README.md file - Update the Docker command in the README.zh.md file Signed-off-by: 陳鈞 --- README.md | 2 ++ README.zh.md | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8483b8d..f0bd76e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # YoutubeLiveChatToDiscord +[![CodeFactor](https://www.codefactor.io/repository/github/jim60105/youtubelivechattodiscord/badge/master)](https://www.codefactor.io/repository/github/jim60105/youtubelivechattodiscord/overview/master) + ## Stream Youtube chat to Discord Webhook | Youtube Live Chat | | Discord Webhook | diff --git a/README.zh.md b/README.zh.md index 8a667b2..62fbfdc 100644 --- a/README.zh.md +++ b/README.zh.md @@ -1,5 +1,7 @@ # YoutubeLiveChatToDiscord +[![CodeFactor](https://www.codefactor.io/repository/github/jim60105/youtubelivechattodiscord/badge/master)](https://www.codefactor.io/repository/github/jim60105/youtubelivechattodiscord/overview/master) + ## 將 Youtube 聊天室串流至 Discord Webhook | Youtube Live Chat | | Discord Webhook | @@ -41,7 +43,7 @@ Docker 請將 `cookies.txt` mount 至 `/app/cookies.txt` * Discord Webhook 網址 ```sh -docker run -rm ghcr.io/jim60105/youtubelivechattodiscord [Video_Id] [Discord_Webhook_Url] +docker run --rm ghcr.io/jim60105/youtubelivechattodiscord [Video_Id] [Discord_Webhook_Url] ``` 也可在[quay.io](https://quay.io/jim60105/youtubelivechattodiscord)取得。