summaryrefslogtreecommitdiffstats
path: root/docs/ja-JP/guide/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ja-JP/guide/README.md')
-rw-r--r--docs/ja-JP/guide/README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/ja-JP/guide/README.md b/docs/ja-JP/guide/README.md
index 1d50065e9..e195d9288 100644
--- a/docs/ja-JP/guide/README.md
+++ b/docs/ja-JP/guide/README.md
@@ -251,6 +251,8 @@ curl -sS https://starship.rs/install.sh | sh
<details>
<summary>Windows</summary>
+Install the latest version for your system with the MSI-installers from the [releases section](https://github.com/starship/starship/releases/latest).
+
以下のいずれかのパッケージマネージャーを使用して、Starshipをインストールします。
| リポジトリ | 手順 |
@@ -326,14 +328,14 @@ eval $(starship init ion)
<details>
<summary>Nushell</summary>
-そして、Nushellの設定ファイルの最後に以下を追加してください( `$nu.config-path` を実行してください):
+Nushellの環境ファイルの最後に以下を追記してください ( `$nu.env-path` を実行してください):
```sh
mkdir ~/.cache/starship
starship init nu | save ~/.cache/starship/init.nu
```
-そして、Nushellの設定ファイルの最後に以下を追加してください( `$nu.config-path` を実行してください)。
+そして、Nushellの設定ファイルの最後に以下を追記してください (`$nu.config-path` を実行してください):
```sh
source ~/.cache/starship/init.nu
@@ -346,7 +348,7 @@ source ~/.cache/starship/init.nu
<details>
<summary>PowerShell</summary>
-そして、Nushellの設定ファイルの最後に以下を追加してください( `$PROFILE.config-path` を実行してください):
+PowerShellの設定ファイルの最後に以下を追記してください (`$PROFILE` を実行してください):
```powershell
Invoke-Expression (&starship init powershell)