You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/01/30 03:31:28 UTC

[GitHub] [apisix] kwanhur commented on a change in pull request #6236: build: make uninstall related files of runtime

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



##########
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:
       line#127 aligns at line#97, so it starts with two space.




-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org