summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDavid Knaack <davidkna@users.noreply.github.com>2020-11-03 18:52:46 +0100
committerGitHub <noreply@github.com>2020-11-03 18:52:46 +0100
commit368945f5db45dbd0ffccf71ccd09c989c5e5e9aa (patch)
treec460e6a1cc8b69dddf5cbb2ccb963ef3b0f58427 /docs
parent534907a21e9a6eca6987c6aa1e052865890d54b8 (diff)
docs(pwsh/init): various fixes for init doc (#1793)
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/README.md b/docs/README.md
index b45a7df0c..c3022b298 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -86,11 +86,9 @@ description: Starship is the minimal, blazing fast, and extremely customizable p
#### Powershell
- 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.
+ 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
-
Invoke-Expression (&starship init powershell)
```