-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
feat: add README.md and fix some problems #20
Conversation
@@ -137,8 +145,8 @@ push-%: | |||
echo "Confirmation failed. Expected '$*', but got '$$CONFIRM_SERVICE'."; \ | |||
exit 1; \ | |||
fi; \ | |||
@if echo "$(SERVICES)" | grep -wq "$*"; then \ | |||
if [ "$(ARCH)" = "x86_64" ] || [ "$(ARCH)" = "amd64" ] ; then \ | |||
if echo "$(SERVICES)" | grep -wq "$*"; then \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个@去掉干嘛
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
修一下这个 shell 的 hz 部分,hz 的写错了
README.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里面的部署文档移到 docs 里,README 是对整个项目的一个概览
add readme.md