0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-12 16:10:43 -05:00

Update git link for cloning (#991)

This commit is contained in:
Alim Öncül 2024-12-20 23:29:24 +03:00 committed by GitHub
parent 423daf3ed0
commit 0c7d6a7bb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ There are a number of VSC extensions that we recommended for this project. VSC w
To prepare the project for development you will need to: To prepare the project for development you will need to:
1. Run `git clone https://dev.sp-tarkov.com/SPT/Server.git server` to clone the repository. 1. Run `git clone https://github.com/sp-tarkov/server.git server` to clone the repository.
2. Run `git lfs pull` to download LFS files locally. 2. Run `git lfs pull` to download LFS files locally.
3. Open the `project/mod.code-workspace` file in Visual Studio Code (VSC). 3. Open the `project/mod.code-workspace` file in Visual Studio Code (VSC).
4. Run `nvm use 20.11.1` in the VSC terminal. 4. Run `nvm use 20.11.1` in the VSC terminal.