updated readme for submodules

This commit is contained in:
Alexey Kasyanchuk 2023-06-02 02:33:55 +03:00
parent 3cff91dbf1
commit bf44d114ee

View File

@ -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. [<b>Download and install most recent one</b>](https://github.com/DEgITx/rats-search/releases) for Windows, MacOS, Linux. By default we recomended using desktop version of application. [<b>Download and install most recent one</b>](https://github.com/DEgITx/rats-search/releases) for Windows, MacOS, Linux.
### Start desktop client from master branch ### 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 ```bash
npm install --force npm install --force