summaryrefslogtreecommitdiffstats
path: root/docs/ja-JP/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ja-JP/README.md')
-rw-r--r--docs/ja-JP/README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/ja-JP/README.md b/docs/ja-JP/README.md
index 1cb624183..706c7b766 100644
--- a/docs/ja-JP/README.md
+++ b/docs/ja-JP/README.md
@@ -28,7 +28,11 @@ description: Starship はミニマルで、非常に高速で、カスタマイ
</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を利用する
```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.