From a75e22e79204c92938cee952cbc8e9b96ec32d6e Mon Sep 17 00:00:00 2001 From: BruceChen Date: Wed, 30 Nov 2022 16:27:04 +0800 Subject: [PATCH] Update the documentation --- docs/guide/installation.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 4091cfc4..80b1f7e0 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -68,13 +68,16 @@ git clone https://github.com/MCCTeam/Minecraft-Console-Client.git --recursive 1. Visit [MCC project's homepage on Crowdin](https://crowdin.com/project/minecraft-console-client). 2. You will need to log in to your Crowdin account in order to download. 3. Click on the language you want to download the translation for. -4. Find `MinecraftClient` -> `Resources` -> `Translations` -> `MCC in-app text and settings file comments` +4. Find `MinecraftClient` -> `Resources` -> `Translations` -> `MCC in-app text` 5. Click the button `•••` at the end of the line. 6. Click Download and save the file to folder `/MinecraftClient/Resources/Translations/`. -7. Find `MinecraftClient` -> `Resources` -> `AsciiArt` -> `ASCII Arts (Please use fixed-width fonts for editing)` +7. Find `MinecraftClient` -> `Resources` -> `ConfigComments` -> `Comments in the settings file` 8. Click the button `•••` at the end of the line. -9. Click Download and save the file to folder `/MinecraftClient/Resources/AsciiArt/`. -10. If you need to download a translation in another language, go to step 3 to continue. +9. Click Download and save the file to folder `/MinecraftClient/Resources/ConfigComments/`. +10. Find `MinecraftClient` -> `Resources` -> `AsciiArt` -> `ASCII Arts (Please use fixed-width fonts for editing)` +11. Click the button `•••` at the end of the line. +12. Click Download and save the file to folder `/MinecraftClient/Resources/AsciiArt/`. +13. If you need to download a translation in another language, go to step 3 to continue. #### Building using the Visual Studio