Skip to content

Commit 99158e5

Browse files
Little-Peonyclaude
andcommitted
docs: remove Windows references and fix deprecation note in deployment guide
modular-deployment (EN+ZH): - Remove 'will be deprecated' note for java -jar FullNode.jar: README shows it as a fully supported launch method alongside the script - Add explicit platform note: Linux and macOS only, Windows not supported - Remove '*.bat on Windows' startup instruction: Windows is not supported per README line 39 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent fb188d6 commit 99158e5

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/modular-deployment-en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# How to deploy java-tron after modularization
22

3-
After modularization, java-tron is launched via shell script instead of typing command: `java -jar FullNode.jar`.
3+
After modularization, the recommended way to launch java-tron is via the shell script generated in `bin/`. The classic `java -jar FullNode.jar` command is still fully supported as an alternative.
44

5-
*`java -jar FullNode.jar` still works, but will be deprecated in future*.
5+
> **Supported platforms**: Linux and macOS. Windows is not supported.
66
77
## Download
88

@@ -29,7 +29,7 @@ After unzip, two directories will be generated in java-tron: `bin` and `lib`, sh
2929

3030
## Startup
3131

32-
Use the corresponding script to start java-tron according to the OS type, use `*.bat` on Windows, Linux demo is as below:
32+
Use the shell script to start java-tron (Linux / macOS):
3333
```
3434
# default
3535
java-tron-1.0.0/bin/FullNode

docs/modular-deployment-zh.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# 模块化后的 java-tron 部署方式
22

3-
模块化后,命令行下的程序启动方式将不再使用 `java -jar FullNode.jar` 的方式启动,而是使用脚本的方式启动,本文内容基于 develop 分支
3+
模块化后,推荐使用 `bin/` 目录下生成的脚本启动 java-tron。原有的 `java -jar FullNode.jar` 方式仍完全支持,作为备选方式使用
44

5-
*原有的启动方式依然保留,但即将废弃*
5+
> **支持平台**:Linux 和 macOS。不支持 Windows
66
77
## 下载
88

@@ -29,7 +29,7 @@ unzip -o java-tron-1.0.0.zip
2929

3030
## 启动
3131

32-
不同的 os 对应不同脚本,windows 即为 bat 文件,以 linux 系统为例启动 java-tron:
32+
使用脚本启动 java-tron(Linux / macOS)
3333
```
3434
# 默认配置文件启动
3535
java-tron-1.0.0/bin/FullNode

0 commit comments

Comments
 (0)