Add the guide on how to clone the repository with the evpp submodule

This commit is contained in:
purified 2024-08-05 21:27:14 +02:00 committed by 20dka
parent d1fb67f1f0
commit 2397f45d3f

View File

@ -2,6 +2,8 @@
The launcher is the way we communitcate to outside the game, it does a few automated actions such as but not limited to: downloading the mod, launching the game, and create a connection to a server. The launcher is the way we communitcate to outside the game, it does a few automated actions such as but not limited to: downloading the mod, launching the game, and create a connection to a server.
**To clone this repository**: `git clone --recurse-submodules https://github.com/BeamMP/BeamMP-Launcher.git`
## How to build - Release ## How to build - Release
In the root directory of the project, In the root directory of the project,