From b1eab1d1a4113b14f3434af388c5760842b27721 Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Wed, 5 Jul 2023 14:42:20 +0300 Subject: [PATCH] Remove submodules.. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 578e022..c97e34a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients. ## Installation -1. Clone the repository in a location of your choice with: `git clone -b Stable --recurse-submodules https://github.com/kuitoi/kuitoi-Server.git`. +1. Clone the repository in a location of your choice with: `git clone -b Stable https://github.com/kuitoi/kuitoi-Server.git`. 2. Change directory into the KuiToi-Server: `cd KuiToi-Server`. 3. Install requirements: `pip install -r requirements.txt`. 4. Change directory into sources: `cd src`.