summaryrefslogtreecommitdiffstats
path: root/docs/zh-TW/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/zh-TW/README.md')
-rw-r--r--docs/zh-TW/README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/zh-TW/README.md b/docs/zh-TW/README.md
index 0935a6112..e06b87f66 100644
--- a/docs/zh-TW/README.md
+++ b/docs/zh-TW/README.md
@@ -28,7 +28,11 @@ description: Starship 是適合任何 shell 的最小、極速、高度客製化
</video>
</div>
-### 快速安裝
+### 先決要求
+
+- A [Nerd Font](https://www.nerdfonts.com/) installed and enabled in your terminal.
+
+### Quick Install
1. 安裝 **starship** 執行檔:
@@ -38,7 +42,7 @@ description: Starship 是適合任何 shell 的最小、極速、高度客製化
使用 Shell 安裝:
```sh
- curl -fsSL https://starship.rs/install.sh | bash
+ sh -c "$(curl -fsSL https://starship.rs/install.sh)"
```
To update the Starship itself, rerun the above script. It will replace the current version without touching Starship's configuration.