From 1c094e7b265c6a6192806963a49843fa8b082be2 Mon Sep 17 00:00:00 2001 From: Michael Nicholson <84600965+MostLostNoob@users.noreply.github.com> Date: Fri, 3 Feb 2023 06:07:44 -0600 Subject: [PATCH] Development environment setup correction (#4670) --- setup/setup-english.md | 2 +- setup/setup-russian.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/setup-english.md b/setup/setup-english.md index 4a5dffc572..6855925ead 100644 --- a/setup/setup-english.md +++ b/setup/setup-english.md @@ -10,7 +10,7 @@ Running the game with your changes _There is a section about Git in the FAQ if you're unfamilar with it._ -Fork the repository. Clone your fork to your system using your favorite Git tool. We refer to the `repository` directory as the location of your repository on your system. We refer to the `bin` directory as the `bin` folder in the installation folder of the client. By default this is: +Fork the repository. Clone your fork to your system using your favorite Git tool. We refer to the `repository` directory as the location of your repository on your system. We refer to the `bin` directory as the `bin` folder in the data location, as defined in the client settings. By default this is: - `C:/ProgramData/FAForever/bin` Copy the contents of `repository/setup/bin` into the `bin` folder. Open `init_dev.lua` now found in the `bin` folder. At the top it states: diff --git a/setup/setup-russian.md b/setup/setup-russian.md index 6bca0e0bda..8dfc27d28e 100644 --- a/setup/setup-russian.md +++ b/setup/setup-russian.md @@ -10,7 +10,7 @@ Read this in other languages: [English](setup-english.md), [Russian](setup-russi _В ЧаВо есть раздел о Git, если вы с ним не знакомы._ -Форкните репозиторий. Клонируйте свой форк в свою систему с помощью вашего инструмента Git. Далее `репозиторий` - каталог вашего репозитория в вашей системе, а каталог `bin` - папка в папке установки клиента. По умолчанию это: +Форкните репозиторий. Клонируйте свой форк в свою систему с помощью вашего инструмента Git. Далее `репозиторий` - каталог вашего репозитория в вашей системе, а каталог `bin` - папка в расположении данных, как указано в настройках клиента. По умолчанию это: - `C:/ProgramData/FAForever/bin` Скопируйте содержимое `repository/setup/bin` в папку `bin`. Откройте `init_dev.lua`, который теперь находится в папке `bin`. В верхней части указано: