1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

tldr: add Traditional Chinese translation

This commit is contained in:
fanfly 2020-07-18 23:44:38 +09:00 committed by Zlatan Vasović
parent ab00dce9de
commit ee1d76a5ed

View file

@ -0,0 +1,16 @@
# tldr
> 由 tldr-pages 專案所提供的簡單版指令簡介。
> 更多資訊:<https://tldr.sh>.
- 顯示指令的常用用法:
`tldr {{指令}}`
- 顯示 Linux 作業系統中 tar 指令的用法:
`tldr -p {{linux}} {{tar}}`
- 顯示 git 的子指令 checkout 的用法:
`tldr {{git-checkout}}`