Skip to content

Commit

Permalink
Development environment setup correction (FAForever#4670)
Browse files Browse the repository at this point in the history
  • Loading branch information
MostLostNoob authored Feb 3, 2023
1 parent ffaa966 commit 1c094e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup/setup-english.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup/setup-russian.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`. В верхней части указано:
Expand Down

0 comments on commit 1c094e7

Please sign in to comment.