navendu-pottekkat commented on issue #7373: URL: https://github.com/apache/apisix/issues/7373#issuecomment-1173300106
If you follow the documentation (https://apisix.apache.org/docs/apisix/next/building-apisix) you should have `apisix` installed and `apisix init` and `apisix start` should work. In the Makefile, `make run` will just call the `apisix` binary. So, both `make run` and `apisix run` are the same command. If `apisix start` doesn't work, then it is likely that the binary is not in the path. So, I think we do not need to change anything here. This whole documentation is the recommended way to develop APISIX. We should only highlight the recommended way in our documentation. There should only be one way we recommend others. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
