提交 8400801e 编写于 作者: LinuxSuRen's avatar LinuxSuRen

Add support to copy binary file to system path

上级 17217cc8
......@@ -31,6 +31,9 @@ release: clean build-all
clean: ## Clean the generated artifacts
rm -rf bin release
copy: darwin
sudo cp bin/darwin/$(NAME) $(shell which jcli)
dep:
go get github.com/AlecAivazis/survey/v2
go get github.com/gosuri/uiprogress
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册