diff --git a/README.md b/README.md index 5fa2af4..ee5b9bf 100644 --- a/README.md +++ b/README.md @@ -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``