From bf44d114eeff66c6867576c6ff2c62ea859bc3b9 Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Fri, 2 Jun 2023 02:33:55 +0300 Subject: [PATCH] updated readme for submodules --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d0f57f8..d044b93 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,12 @@ We are welcome any contributing: bug fixes, improvements, code refactoring and o By default we recomended using desktop version of application. [Download and install most recent one](https://github.com/DEgITx/rats-search/releases) for Windows, MacOS, Linux. ### Start desktop client from master branch -Clone repository, then make sure that you have Node.js and NPM (with Node.js) installed in your system, then install all needed packages: +Clone repository with submodules: +```bash +git clone --recurse-submodules https://github.com/DEgITx/rats-search.git +``` + +Then make sure that you have Node.js and NPM (with Node.js) installed in your system, then install all needed packages: ```bash npm install --force