From 00e65d2f3610a4c8a58194190be591700237c083 Mon Sep 17 00:00:00 2001 From: catalizcs Date: Tue, 22 Jun 2021 16:33:20 +0700 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b203ac1..f78c3da6 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,10 @@ Sau đây là các bước cơ bản để có thể cài đặt và vận hành 1. Cài đặt node và git bằng cách nhập vào terminal ```sh - sudo apt install nodejs git -y + sudo apt-get install curl + curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - + sudo apt-get install nodejs git sqlite3 -y + npm install -g npm ``` 2. Clone source code của bot bằng cách nhập vào terminal