Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CatalizCS committed Jun 22, 2021
1 parent 948d598 commit 00e65d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00e65d2

Please sign in to comment.