We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
在本地安装 Rust 环境下,访问 tihc repo 直接获取源码至本地。使用 make 命令便可编译二进制文件。
# Get repo from github git clone git@github.com:jansu-dev/tihc.git && cd tihc # Build the tool by Makefile make # Get binary of tihc ll ./bin/tihc
Contents