summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-12-17 16:46:43 -0500
committerMatan Kushner <hello@matchai.me>2019-12-17 16:46:43 -0500
commite078bf472722e604783fa293d7b7e629b0bad0d0 (patch)
treedcb9b71c9986998d2d630c841e348e500977a689 /README.md
parenta07ca8353fb6505d85a617fd1db4593184d33880 (diff)
docs: Make website docs consistent with README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index a157b6547..ebf2dab96 100644
--- a/README.md
+++ b/README.md
@@ -186,12 +186,13 @@ The prompt shows information you need while you're working, while staying sleek
eval "$(starship init zsh)"
```
- #### Powershell
+ #### PowerShell
Add the following to the end of `~\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)
```
@@ -313,6 +314,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
+
<!-- ALL-CONTRIBUTORS-LIST:END -->
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!