发现这项目已经5年没更新了
go的新版使用和之前不一样了,网上的教程都是老的
环境
go1.22.2 、docker-Ubuntu22.04
前提
确认gopath的bin目录在环境变量中系统才能识别到fresh指令
否则提示 fresh: command not found
export PATH=$PATH:$GOPATH/bin
安装
go install github.com/pilu/fresh@latest
发现这项目已经5年没更新了
go的新版使用和之前不一样了,网上的教程都是老的
go1.22.2 、docker-Ubuntu22.04
确认gopath的bin目录在环境变量中系统才能识别到fresh指令
否则提示 fresh: command not found
export PATH=$PATH:$GOPATH/bin
go install github.com/pilu/fresh@latest