linux下安装命令说明工具tldr
推荐一个在线GitHub 加速
直接采用下载二进制文件安装
#curl -o tldr https://raw.githubusercontent.com/raylee/tldr-sh-client/master/tldr
#github加速转换后的下载地址
curl -o tldr https://gh-proxy.com/raw.githubusercontent.com/raylee/tldr-sh-client/master/tldr
chmod +x tldr
sudo mv tldr /usr/local/bin/
tldr --version
#中文文档
tldr -L zh zip