summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorYudai Hayashi <34836226+Hayashi-Yudai@users.noreply.github.com>2020-10-15 01:22:02 +0900
committerGitHub <noreply@github.com>2020-10-14 12:22:02 -0400
commit5740b7d18a334160fa280f625ea2cb4ada521d85 (patch)
treed9c5d538054bd7d15f886dfc0a540cb83a8242ea /docs
parentc3cc6b174f68e7f6eb40f57b02d4e2fb925a4a96 (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md2
1 files changed, 1 insertions, 1 deletions
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