Another changes to README.md

This commit is contained in:
Lucas Gabriel 2024-05-24 17:57:44 -03:00
parent 24c416cfb8
commit a3641bca80
No known key found for this signature in database
GPG Key ID: D9B075FC6DC93985

View File

@ -7,7 +7,11 @@ Lynx is a a simple Telegram bot made in Node.js.
- node-telegram-bot-api - node-telegram-bot-api
## Develop or contribute with Lynx ## Develop or contribute with Lynx
First, create a ``config.env`` file and put the content below: First, [make a fork of this repo](https://github.com/lucmsilva651/lynx/fork), or clone it with
```
git clone https://github.com/lucmsilva651/lynx
```
Next, go to the repository directory and create a ``config.env`` file and put the content below:
``` ```
# insert your bot token here # insert your bot token here
# get it with @BotFather on Telegram # get it with @BotFather on Telegram