From 4942ae0d71cdcc15c750f14c1b64797dd0a84b05 Mon Sep 17 00:00:00 2001 From: pzm9012 Date: Sat, 29 Mar 2025 15:12:56 +0800 Subject: [PATCH] docs: optimize English docs --- en/install/faq.md | 6 +++--- en/install/index.md | 2 +- en/install/install.md | 2 +- en/install/mirrors.md | 6 ++++-- install/mirrors.md | 2 ++ 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/en/install/faq.md b/en/install/faq.md index 874edc2..a22128c 100644 --- a/en/install/faq.md +++ b/en/install/faq.md @@ -14,13 +14,13 @@ You can track our development progress at https://gitee.com/GXDE-OS/GXDE/board Q0: It's so slow when using `apt` to install packages. Can it be faster? -A0: We use multi-line download to solve this. Simply replace `apt` with `aptss` will solve this problem. You can install `apt-is-aptss` to appoint aptss replace apt. +A0: Replace `apt` with `aptss` to enable multi-thread download. You can have aptss take over directly from apt by installing the package `apt-is-aptss`. -A0: ** It is recommended to perform an full upgrade after installation. Please run `yes | sudo aptss full-upgrade -y` ** +A0: **It is recommended to perform an full upgrade after installation. Please run `yes | sudo aptss full-upgrade -y` .** --- -Q1: I can't operate bluetooth via control center. +Q1: I can't operate bluetooth via Control Center. A1: It's a known issue. We can't fix it for now. Please use the following command. diff --git a/en/install/index.md b/en/install/index.md index 1682d84..bc77688 100644 --- a/en/install/index.md +++ b/en/install/index.md @@ -13,7 +13,7 @@ Sourceforge: https://sourceforge.net/projects/gxde-os/files ISO Mirror (Chinese Mainland): https://mirrors.sdu.edu.cn/GXDE/ISO/ -**GXDE is not perfect yet,please confirm [FAQ](faq.md) before installation. ** +**GXDE is not perfect yet, please check [FAQ](faq.md) before installation.** Please check [install tutorial](install.md) if you don't know how to install or ISO image installation can't meet your needs. diff --git a/en/install/install.md b/en/install/install.md index a19f5b4..802903a 100644 --- a/en/install/install.md +++ b/en/install/install.md @@ -7,7 +7,7 @@ Sourceforge: https://sourceforge.net/projects/gxde-os/files ISO Mirror (China Mainlaind Mirror): https://mirrors.sdu.edu.cn/GXDE/ISO/ -GXDE is not perfect,please confirm [FAQ](faq.md) before installation,containing Nvidia Graphic Card driver installation help. +GXDE is not perfect, please confirm [FAQ](faq.md) before installation, containing Nvidia Graphic Card driver installation help. --- diff --git a/en/install/mirrors.md b/en/install/mirrors.md index f97f49a..7235819 100644 --- a/en/install/mirrors.md +++ b/en/install/mirrors.md @@ -1,9 +1,11 @@ +# Mirrors + ::: tip -Note: Only some mirror sources are listed here. If you wish to deploy a GXDE OS mirror, please contact us. +Note: Only part of the mirrors are listed here. If you would like to deploy a mirror of GXDE, please contact us. ::: | Mirror Name | Mirror URL | Sync Software Repo? | Sync System Images? | | --- | --- | --- | --- | | Shandong University Mirror | https://mirrors.sdu.edu.cn/GXDE/ | ✓ | ✓ | -You can also use the `aptss` command instead of `apt` for faster download speeds. For details, see [FAQ](/en/install/faq). \ No newline at end of file +You can also use the `aptss` command instead of `apt` for faster download speeds. Refer to [FAQ](/en/install/faq) for details. \ No newline at end of file diff --git a/install/mirrors.md b/install/mirrors.md index 9163a3f..9676f4d 100644 --- a/install/mirrors.md +++ b/install/mirrors.md @@ -1,3 +1,5 @@ +# 镜像源 + ::: tip 注意:此处仅展示部分镜像源,如您也想部署 GXDE OS 镜像源,欢迎与我们联系。 ::: -- Gitee