You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2021/11/14 11:25:58 UTC

[apisix-java-plugin-runner] branch main updated: docs: fix the dist package name (#82)

This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/apisix-java-plugin-runner.git


The following commit(s) were added to refs/heads/main by this push:
     new fa909b8  docs: fix the dist package name (#82)
fa909b8 is described below

commit fa909b851270bb258ee60d1248d3331a3814d139
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Sun Nov 14 19:25:52 2021 +0800

    docs: fix the dist package name (#82)
---
 docs/en/latest/how-it-works.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/latest/how-it-works.md b/docs/en/latest/how-it-works.md
index 5bf0b17..a7e5867 100644
--- a/docs/en/latest/how-it-works.md
+++ b/docs/en/latest/how-it-works.md
@@ -93,14 +93,14 @@ to built apisix-java-plugin-runner as a jar package, then you will see the `dist
 
 ```
 cd dist
-tar -zxvf apache-apisix-runner-bin.tar.gz
+tar -zxvf apache-apisix-java-plugin-runner-0.1.0-bin.tar.gz
 ```
 
 the layout of files in the `dist` directory is as below
 
 ```
 dist
-├── apache-apisix-runner-bin.tar.gz
+├── apache-apisix-java-plugin-runner-0.1.0-bin.tar.gz
 └── apisix-runner-bin
     ├── apisix-java-plugin-runner.jar
     ├── bin