From ee90be3005f370a9018401e6fbe621385ba2bcbe Mon Sep 17 00:00:00 2001 From: BruceChen Date: Sat, 28 Jan 2023 14:53:15 +0800 Subject: [PATCH] [SKIP_BUILD] Fix unintended HTML tags. --- .gitignore | 1 + docs/guide/installation.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 22033cc8..fc8f35e0 100644 --- a/.gitignore +++ b/.gitignore @@ -415,3 +415,4 @@ FodyWeavers.xsd !/docs/.vuepress/translations/en.json /docs/l10n/ +/docs/.vuepress/public/MCC-README/ diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 80b1f7e0..19d862a1 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -145,7 +145,7 @@ git clone https://github.com/MCCTeam/Minecraft-Console-Client.git --recursive

Tip

- **If you're using Linux that is either ARM, 32-bit, Rhel based, Using Musl, or Tirzen, [find an appropriate RID](https://docs.microsoft.com/en-us/dotnet/core/rid-catalog#linux-rids) for your platform and replace the `'-r linux-64` with an appropriate `-r ` (Example for arm: `-r linux-arm64`)** + **If you're using Linux that is either ARM, 32-bit, Rhel based, Using Musl, or Tirzen, [find an appropriate RID](https://docs.microsoft.com/en-us/dotnet/core/rid-catalog#linux-rids) for your platform and replace the `-r linux-64` with an appropriate `-r RID_NAME` (Example for arm: `-r linux-arm64`)**
@@ -157,7 +157,7 @@ git clone https://github.com/MCCTeam/Minecraft-Console-Client.git --recursive

Tip

- **If you're not using MAC with Intel, find an appropriate RID for your ARM processor, [find an appropriate RID](https://docs.microsoft.com/en-us/dotnet/core/rid-catalog#macos-rids) and replace the `'-r osx-64` with an appropriate `-r ` (Example for arm: `-r osx.12-arm64`)** + **If you're not using MAC with Intel, find an appropriate RID for your ARM processor, [find an appropriate RID](https://docs.microsoft.com/en-us/dotnet/core/rid-catalog#macos-rids) and replace the `-r osx-64` with an appropriate `-r RID_NAME` (Example for arm: `-r osx.12-arm64`)**