Update README.md

This commit is contained in:
2022-06-30 00:24:27 +07:00
committed by GitHub
parent ff48de7002
commit e3c32fd52f

View File

@@ -6,11 +6,14 @@ DiscordMobilePlayingCLI is only a PoC that game activities can be implemented on
![Discord Preview](https://user-images.githubusercontent.com/84713269/166914540-d2a4edac-1f33-43ed-a860-4bded04029b5.png)
## 👜 Prerequisites
- [NodeJS](https://nodejs.org/)
- Package manager npm/yarn or others
## 🔧 Installation
Prerequisites: Git, Node.js and the package manager npm/yarn or others.
1. Clone this repository ``git clone https://github.com/YuzuZensai/DiscordMobilePlayingCLI.git``
1. Clone this repository
2. Install dependencies with ``yarn`` for yarn, or ``npm install`` for npm
3. Run the script ``yarn start`` or ``npm start``