From 09b1bc8bcb8519566862d06f5cc1476dc2432569 Mon Sep 17 00:00:00 2001 From: Maxwell Gorley <38299798+gizmo4487@users.noreply.github.com> Date: Sat, 14 Mar 2020 10:05:54 -0400 Subject: [PATCH] Updated dependency installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56de352..c3a409d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A Discord bot themed around O, a character in SEGA's Puyo Puyo Tetris **Adapted from the tutorial at https://www.digitaltrends.com/gaming/how-to-make-a-discord-bot/** ## Dependencies -Unzip *node_modules.zip* and make sure that the *node_modules* folder is in the bot folder. +Run ``npm install`` in the bot folder to install dependencies. ## Commands * ``!help``: Display help message * ``!ping``: Test if bot is alive