mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:22:07 +02:00
choco: add traditional Chinese translation (#9547)
This commit is contained in:
parent
452f60a27c
commit
73e54abc7d
1 changed files with 21 additions and 0 deletions
21
pages.zh_TW/windows/choco.md
Normal file
21
pages.zh_TW/windows/choco.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# choco
|
||||
|
||||
> 「Chocolatey package manager」軟體套件管理器。
|
||||
> 執行命令由兩個單字「組合」成,例如 `choco install`,請參考使用文檔。
|
||||
> 更多資訊:<https://chocolatey.org>.
|
||||
|
||||
- 執行「組合」命令:
|
||||
|
||||
`choco {{命令}}`
|
||||
|
||||
- 顯示 `choco` 幫助文檔:
|
||||
|
||||
`choco -?`
|
||||
|
||||
- 顯示「組合」命令幫助文檔:
|
||||
|
||||
`choco {{命令}} -?`
|
||||
|
||||
- 顯示 Chocolatey 版本:
|
||||
|
||||
`choco --version`
|
Loading…
Add table
Reference in a new issue