summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Knaack <davidkna@users.noreply.github.com>2021-01-14 21:48:06 +0100
committerGitHub <noreply@github.com>2021-01-14 15:48:06 -0500
commit0faa05628e54c5436726f75f8d9e134de33e0fc8 (patch)
tree0a1c5b68aea9bb05e395e9e76c65a738f74745f7 /README.md
parent8ad0e9e00c850399449fefa6fede742295927c46 (diff)
docs: highlight powershell in vuepress (#2147)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2191f282e..9a556d379 100644
--- a/README.md
+++ b/README.md
@@ -202,7 +202,7 @@ shown below. Can't see yours? Have a look at the [extra platform instructions](h
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
+ ```powershell
Invoke-Expression (&starship init powershell)
```