From 04c677e8e78a9d935cfff77231a02bab9e6e8028 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Sat, 15 Jun 2024 03:16:15 -0400 Subject: [PATCH] update readme --- chatBot/README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/chatBot/README.md b/chatBot/README.md index 6723ea4..08c01f3 100644 --- a/chatBot/README.md +++ b/chatBot/README.md @@ -35,8 +35,8 @@ This bot system is designed for decentralized chat rooms using the Hyperswarm ne 1. Clone the repository: ```bash - git clone - cd + git clone https://git.ssh.surf/snxraven/LinkUp-P2P-Chat.git + cd LinkUp-P2P-Chat ``` 2. Install the dependencies: @@ -44,6 +44,17 @@ This bot system is designed for decentralized chat rooms using the Hyperswarm ne npm install ``` +3. Change to bot directory + ```bash + cd chatBot + ``` + +4. Run the bot: + ``` + node bot.js + ``` + + ### Configuration Create a `.env` file in the root directory and add the following environment variables: