From 5dc8db05c4db4ff1a22852b32ba3d796e4c578c1 Mon Sep 17 00:00:00 2001 From: Yudai Hayashi <34836226+Hayashi-Yudai@users.noreply.github.com> Date: Fri, 9 Oct 2020 10:57:46 +0900 Subject: [PATCH] Update document for installing on windows --- docs/README.md | 2 +- docs/ja-JP/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index eef9ba50f..9a86721c4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -86,7 +86,7 @@ description: Starship is the minimal, blazing fast, and extremely customizable p #### Powershell - Add the following to the end of `~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1` (or `~/.config/powershell/Microsoft.PowerShell_profile.ps1` on -Nix): + Add the following to the end of `Microsoft.PowerShell_profile.ps1`. The location of this file can be checked with the `$PROFILE` command on PowerShell. ```sh # ~\Documents\PowerShell\Profile.ps1 diff --git a/docs/ja-JP/README.md b/docs/ja-JP/README.md index 7840f3056..af46ad642 100644 --- a/docs/ja-JP/README.md +++ b/docs/ja-JP/README.md @@ -94,7 +94,7 @@ description: Starship はミニマルで、非常に高速で、カスタマイ #### Powershell - `~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1` (それか Nix上の `~/.config/powershell/Microsoft.PowerShell_profile.ps1` )の末尾に以下を追加してください。 + `Microsoft.PowerShell_profile.ps1` の末尾に以下を追加してください。このファイルの置き場所は PowerShell で `$PROFILE` コマンドを実行することで確認することができます。 ```sh # ~\Documents\PowerShell\Profile.ps1