update readme
This commit is contained in:
parent
983d88002e
commit
04c677e8e7
@ -35,8 +35,8 @@ This bot system is designed for decentralized chat rooms using the Hyperswarm ne
|
||||
|
||||
1. Clone the repository:
|
||||
```bash
|
||||
git clone <repository_url>
|
||||
cd <repository_name>
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user