qiniu / goc

A Comprehensive Coverage Testing System for The Go Programming Language
Apache License 2.0
810 stars 117 forks source link

v2版本有release的安装包吗 #288

Open RunningSnail999 opened 2 years ago

RunningSnail999 commented 2 years ago

v2版本有release的安装包吗

Linux/AMD64

curl -s -L "https://github.com/qiniu/goc/releases/latest" | sed -nE 's!."([^"]-linux-amd64.tar.gz)".*!https://github.com\1!p' | xargs -n 1 curl -L | tar -zx && chmod +x goc && mv goc /usr/local/bin

CarlJi commented 2 years ago

目前推荐通过源码编译哈,后面我们会做好这块的使用体验。