Skip to content
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

Merged
merged 8 commits into from
Oct 9, 2024

Conversation

SchwarzSail
Copy link
Member

add readme.md

@@ -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 \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个@去掉干嘛

Copy link
Member

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里面的部署文档移到 docs 里,README 是对整个项目的一个概览

@ozline ozline merged commit 5a31317 into west2-online:main Oct 9, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants