diff --git a/README.md b/README.md index d25778ba..8b443f74 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ porter.cluster.client.home=./.porter ### 运行 ``` -tar zxvf build/distributions/porter-boot-版本.tar +unzip build/distributions/porter-boot-版本.zip porter-boot-版本/bin/porter-boot ``` @@ -89,7 +89,7 @@ porter-boot-版本/bin/shutdown.sh ``` 当porter-boot因jvm crash、kill -9强杀进程等原因造成节点、任务没有正常退出,再次启动porter-boot不成功、任务无法分配时使用。 通过porter-boot的http接口http://ip:端口/inspect/node/info 查看参数"forceAssign"判断是否处于强制启动状态 -porter-boot-版本/bin/startup.sh --force +porter-boot-版本/bin/porter-boot --force ``` ## 文档 diff --git a/README_EN.md b/README_EN.md index 912c28ed..2d274743 100644 --- a/README_EN.md +++ b/README_EN.md @@ -64,7 +64,7 @@ porter.cluster.client.home=./.porter ### Run ``` -tar zxvf build/distributions/porter-boot-version.tar +unzip build/distributions/porter-boot-version.zip porter-boot-version/bin/porter-boot ```