summaryrefslogtreecommitdiffstats
path: root/docs/ru-RU/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ru-RU/README.md')
-rw-r--r--docs/ru-RU/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/ru-RU/README.md b/docs/ru-RU/README.md
index 7cd8a78c5..f85f4c972 100644
--- a/docs/ru-RU/README.md
+++ b/docs/ru-RU/README.md
@@ -105,3 +105,13 @@ footer: ISC Licensed | Copyright © 2019-present Starship Contributors
eval "$(starship init zsh)"
```
+
+
+ #### 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)
+ ```