Well, although you already have cancelled your pull request, thanks for the attempt of contributing to my project! :)
I've got some remarks, should you plan to submit a second version:
Please put the commands in section '安装方法' in code style markup
It is no good practice to install files by hand in /usr/bin (and the-like) as they can conflict with files managed via package management. Please use /usr/local/bin (etc.) for that.
Well, I just realized that my Makefile has an install stage, so just use sudo make PREFIX=/usr/local install instead of manually copying files
Well, although you already have cancelled your pull request, thanks for the attempt of contributing to my project! :)
I've got some remarks, should you plan to submit a second version:
sudo make PREFIX=/usr/local install
instead of manually copying files