summaryrefslogtreecommitdiffstats
path: root/docs/zh-TW/guide/README.md
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2020-11-28 23:45:59 -0500
committerGitHub <noreply@github.com>2020-11-28 23:45:59 -0500
commitea6f5e429cb83c7cf690493c9c42901ea63b5838 (patch)
treee1b6a14e2c95694b15a42c253d969c4f934f9828 /docs/zh-TW/guide/README.md
parent3dfe4ca932b80a54f1ab809d106558b003e61e0d (diff)
docs(i18n): New Crowdin updates (#1788)
Diffstat (limited to 'docs/zh-TW/guide/README.md')
-rw-r--r--docs/zh-TW/guide/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/zh-TW/guide/README.md b/docs/zh-TW/guide/README.md
index d6fb58f21..bd7236321 100644
--- a/docs/zh-TW/guide/README.md
+++ b/docs/zh-TW/guide/README.md
@@ -199,7 +199,7 @@
#### PowerShell
- 將以下內容放到 `~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1` 的結尾 (或是在 -Nix 上的 `~/.config/powershell/Microsoft.PowerShell_profile.ps1`):
+ 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
Invoke-Expression (&starship init powershell)