summaryrefslogtreecommitdiffstats
path: root/docs/zh-TW/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/zh-TW/README.md')
-rw-r--r--docs/zh-TW/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/zh-TW/README.md b/docs/zh-TW/README.md
index e49ee500b..10da9cda6 100644
--- a/docs/zh-TW/README.md
+++ b/docs/zh-TW/README.md
@@ -110,3 +110,16 @@ description: Starship is the minimal, blazing fast, and extremely customizable p
eval $(starship init ion)
```
+
+ #### Elvish
+
+ ::: warning Only elvish v0.15 or higher is supported. :::
+
+ Add the following to the end of `~/.elvish/rc.elv`:
+
+ ```sh
+ # ~/.elvish/rc.elv
+
+ eval (starship init elvish)
+ ```
+