spacewander commented on a change in pull request #6236:
URL: https://github.com/apache/apisix/pull/6236#discussion_r795116859



##########
File path: docs/en/latest/how-to-build.md
##########
@@ -117,6 +117,15 @@ Please refer to: [Installing Apache APISIX with Helm 
Chart](https://github.com/a
 
         Solution: set `LDAP_DIR` with `luarocks config` manually, for example 
`luarocks config variables.LDAP_DIR /usr/local/opt/openldap/`
 
+5. If you have no more need of the Apache APISIX runtime, uninstall it.

Review comment:
       ```suggestion
   5. If you have no more need for the Apache APISIX runtime, you could 
uninstall it like this.
   ```

##########
File path: docs/en/latest/how-to-build.md
##########
@@ -117,6 +117,15 @@ Please refer to: [Installing Apache APISIX with Helm 
Chart](https://github.com/a
 
         Solution: set `LDAP_DIR` with `luarocks config` manually, for example 
`luarocks config variables.LDAP_DIR /usr/local/opt/openldap/`
 
+5. If you have no more need of the Apache APISIX runtime, uninstall it.
+
+```shell
+  # Uninstall apisix command
+  $ make uninstall
+```
+
+  Attention please, this operation will totally **remove** the related files.

Review comment:
       ```suggestion
   Attention please, this operation will totally **remove** the related files.
   ```




-- 
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]


Reply via email to