From 9599c64383f5083867ee87ee1067fa3b5aab1016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mai=20Th=C3=A0nh?= <62001770+thanhgaming5550@users.noreply.github.com> Date: Fri, 14 Jan 2022 16:48:40 +0700 Subject: [PATCH 1/5] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 02b9140..f3f6bf1 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ -Cách dùng: +**Cách dùng:** B1: `git clone https://github.com/thanhgaming5550/osu-chat-discord.git` B2: `npm install` -B3: -**Tạo 1 file `.env` và ghi các nội dung sau:** +B3: Tạo 1 file `.env` và ghi các nội dung sau: ``` TOKEN= //Token Discord Bot của bạn NAME= //Name osu username (IRC) @@ -15,7 +14,7 @@ IRC= //IRC Password *Để lấy IRC, truy cập [trang web này](https://osu.ppy.sh/p/irc)* -B4:**Trong `config.json`, config theo mẫu:** +B4: Trong `config.json`, config theo mẫu: ``` { "channel" : [ //Theo dõi kênh osu chat From a28ad99ed38d53fb13770218ba4b165c75768d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mai=20Th=C3=A0nh?= <62001770+thanhgaming5550@users.noreply.github.com> Date: Fri, 14 Jan 2022 16:50:15 +0700 Subject: [PATCH 2/5] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f3f6bf1..56e8634 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,5 @@ B4: Trong `config.json`, config theo mẫu: ``` B5: `node index.js` + +**Thanks [Belikhun](https://github.com/Belikhun)** From cd4974806f6c522762cd1e595ea7cb7ffce18722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mai=20Th=C3=A0nh?= <62001770+thanhgaming5550@users.noreply.github.com> Date: Fri, 14 Jan 2022 16:51:18 +0700 Subject: [PATCH 3/5] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 56e8634..799dd7b 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,7 @@ B4: Trong `config.json`, config theo mẫu: B5: `node index.js` -**Thanks [Belikhun](https://github.com/Belikhun)** + + + +**//Thanks [Belikhun](https://github.com/Belikhun)** From 958f718bd8c610348180f913eedba5d2d9de2b07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mai=20Th=C3=A0nh?= <62001770+thanhgaming5550@users.noreply.github.com> Date: Fri, 14 Jan 2022 16:51:38 +0700 Subject: [PATCH 4/5] Update README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 799dd7b..f3f6bf1 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,3 @@ B4: Trong `config.json`, config theo mẫu: ``` B5: `node index.js` - - - - -**//Thanks [Belikhun](https://github.com/Belikhun)** From bdd6409aa0bc538e5e66d6e362a732944e4cb5f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mai=20Th=C3=A0nh?= <62001770+thanhgaming5550@users.noreply.github.com> Date: Fri, 14 Jan 2022 16:58:27 +0700 Subject: [PATCH 5/5] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f3f6bf1..b4c91bc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ +**Yêu cầu cài đặt:** +- [Node.js](https://nodejs.org/) +- npm (đã được cài sẵn trong Node.js) + + **Cách dùng:** -B1: `git clone https://github.com/thanhgaming5550/osu-chat-discord.git` +B1: `git clone https://github.com/thanhgaming5550/osu-chat-discord.git` hoặc tải thủ công rồi giải nén. Vào thư mục đó. B2: `npm install`