Skip to content

Commit 5cde91a

Browse files
authored
Update installation.md (#152)
add instruction to generate shell completions
1 parent 402e610 commit 5cde91a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

guide/installation.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,11 @@
108108
```
109109

110110
源码安装需要 Rust 环境,并且安装 LLVM。
111+
112+
6. **(可选)安装 Shell 补全功能**
113+
114+
```fish
115+
# Fish 补全
116+
easytier-core --gen-autocomplete fish > ~/.config/fish/completions/easytier-core.fish
117+
easytier-cli gen-autocomplete fish > ~/.config/fish/completions/easytier-core.fish
118+
```

0 commit comments

Comments
 (0)