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: