summaryrefslogtreecommitdiffstats
path: root/docs/zh-CN/guide/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/zh-CN/guide/README.md')
-rw-r--r--docs/zh-CN/guide/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/zh-CN/guide/README.md b/docs/zh-CN/guide/README.md
index 93e593575..303ce8ccc 100644
--- a/docs/zh-CN/guide/README.md
+++ b/docs/zh-CN/guide/README.md
@@ -196,7 +196,7 @@
将以下内容添加到 `Microsoft.PowerShell_profile.ps1`。 你可以在 PowerShell 通过 `$PROFILE` 变量来查询文件的位置。 对于 -Nix 来说,通常文件路径是 `~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1` 或 `~/.config/powershell/Microsoft.PowerShell_profile.ps1`。
- ```sh
+ ```powershell
Invoke-Expression (&starship init powershell)
```