Update README.md

This commit is contained in:
Lucas Gabriel 2024-07-28 12:32:18 -03:00
parent ec28224684
commit 11653201db
No known key found for this signature in database
GPG Key ID: D9B075FC6DC93985

View File

@ -10,9 +10,11 @@ Lynx is a a simple Telegram bot made in Node.js.
- Node.js dependencies: use ``npm install`` - Node.js dependencies: use ``npm install``
## Run it yourself, develop or contribute with Lynx ## Run it yourself, develop or contribute with Lynx
First, [make a fork of this repo](https://github.com/lucmsilva651/lynx/fork), or clone it with First, clone the repo and init the submodules with
``` ```
git clone https://github.com/lucmsilva651/lynx git clone https://github.com/lucmsilva651/lynx
cd lynx
git submodule update --init --recursive
``` ```
Next, inside the repository directory, go to props folder and create a config.json file with the following content: Next, inside the repository directory, go to props folder and create a config.json file with the following content:
``` ```