-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
docs: modify the make install in how to build Apache APISIX doc #6627
Conversation
docs/en/latest/how-to-build.md
Outdated
# Install apisix command (only for luarocks) | ||
make install |
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.
rm make install
is better?
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.
cc @spacewander
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.
Yes. We can rename this task and claim that the developer should not try to "install" the source.
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.
@bin-ya I think Install apisix command (only for luarocks)
should be changed to Install apisix command (developer do not need to follow this step)
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.
ok
docs/en/latest/how-to-build.md
Outdated
@@ -125,7 +125,7 @@ Follow the steps below to install Apache APISIX via the source release package. | |||
cd apisix-${APISIX_VERSION} | |||
# Create dependencies | |||
make deps | |||
# Install apisix command | |||
# Install apisix command (developer do not need to follow this step) |
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.
I am confused. If it is no need, why not remove it?
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.
let's remove it. cc @bin-ya
@@ -125,8 +125,6 @@ Follow the steps below to install Apache APISIX via the source release package. | |||
cd apisix-${APISIX_VERSION} | |||
# Create dependencies | |||
make deps | |||
# Install apisix command | |||
make install |
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.
We can also remove make uninstall
?
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.
LGTM
Description
Fixes: #6559
Checklist