We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
win的这个步骤我知道怎么用(cd C:\Users\lenovo\Downloads ks version),mac如何输入进入呀
The text was updated successfully, but these errors were encountered:
Mac 用户在安装 Golang 后首先使用下面的命令进行 KouShare-dl 源代码的编译:
go build -o ks -trimpath -ldflags "-s -w -buildid=" ks.go
编译后得到二进制文件 ks。执行 chmod +x ./ks 命令为该 ks 文件添加可执行权限,将 ks 文件放到 /usr/local/bin/ 路径下后即可在终端中正常使用 ks version 等命令。
chmod +x ./ks
/usr/local/bin/
ks version
详细使用方法可以参考这里的讨论和回答:无法输入命令。
Sorry, something went wrong.
No branches or pull requests
win的这个步骤我知道怎么用(cd C:\Users\lenovo\Downloads
ks version),mac如何输入进入呀
The text was updated successfully, but these errors were encountered: