summaryrefslogtreecommitdiffstats
path: root/docs/zh-TW/guide/README.md
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2022-05-24 17:19:44 -0400
committerGitHub <noreply@github.com>2022-05-24 17:19:44 -0400
commitb9a6b66d6e8f73a85cfb3b13e548ec4fd8bbcb25 (patch)
treef5d3d171028893a4ad9259ab231971d977506050 /docs/zh-TW/guide/README.md
parentfda3ed8cdfdeb22fd9b4d16b8878eada39d84492 (diff)
docs(i18n): new Crowdin updates (#3890)
Diffstat (limited to 'docs/zh-TW/guide/README.md')
-rw-r--r--docs/zh-TW/guide/README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/zh-TW/guide/README.md b/docs/zh-TW/guide/README.md
index aba3e13bb..8f50ed0a9 100644
--- a/docs/zh-TW/guide/README.md
+++ b/docs/zh-TW/guide/README.md
@@ -326,7 +326,7 @@ eval $(starship init ion)
<details>
<summary>Nushell</summary>
-Run the following:
+Add the following to the end of your Nushell env file (find it by running `$nu.env-path` in Nushell):
```sh
mkdir ~/.cache/starship
@@ -336,11 +336,10 @@ starship init nu | save ~/.cache/starship/init.nu
And add the following to the end of your Nushell configuration (find it by running `$nu.config-path`):
```sh
-starship init nu | save ~/.cache/starship/init.nu
source ~/.cache/starship/init.nu
```
-Note: Only Nushell v0.60+ is supported
+Note: Only Nushell v0.61+ is supported
</details>