From 11653201dbd7ff55b95732e365e15eee333f5f14 Mon Sep 17 00:00:00 2001 From: lucmsilva651 Date: Sun, 28 Jul 2024 12:32:18 -0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2be63b..1e9810a 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,11 @@ Lynx is a a simple Telegram bot made in Node.js. - Node.js dependencies: use ``npm install`` ## 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 +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: ```