From 5740b7d18a334160fa280f625ea2cb4ada521d85 Mon Sep 17 00:00:00 2001 From: Yudai Hayashi <34836226+Hayashi-Yudai@users.noreply.github.com> Date: Thu, 15 Oct 2020 01:22:02 +0900 Subject: [PATCH] docs: Update document for installing on windows (#1760) * Update document for installing on windows * Revert "Update document for installing on windows" This reverts commit 5dc8db05c4db4ff1a22852b32ba3d796e4c578c1. * Update document (English version only) for installing on windows * Change the expression * Fixed the grammer misstake --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index eef9ba50f..b45a7df0c 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`. You can check the location of this file by querying the `$PROFILE` variable in PowerShell. Typically the path is `~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1` or `~\.config\powershell\Microsoft.PowerShell_profile.ps1` on -Nix. ```sh # ~\Documents\PowerShell\Profile.ps1