From 0a8e399768e37da3c581dce652c15337b83eafbb Mon Sep 17 00:00:00 2001 From: xenartist <146194585+xenartist@users.noreply.github.com> Date: Wed, 8 May 2024 18:40:35 +1000 Subject: [PATCH] Update README.md --- README.md | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a06ae88..3e7ff07 100644 --- a/README.md +++ b/README.md @@ -8,17 +8,34 @@ ``` ## 0. 下载 [Download] -windows: + +``` +https://github.com/mmc-98/solxen-tx/releases +``` + +Windows (x64): +```shell +solxen-tx-windows-amd64.zip +``` + +Linux (x64): +```shell +solxen-tx-linux-amd64.tar.gz +``` + +Linux (arm64): ```shell -https://github.com/mmc-98/solxen-tx/releases/download/v0.05/solxen-tx-v0.05-windows-amd64.zip +solxen-tx-linux-arm64.tar.gz ``` -linux: + +macOS (x64): ```shell -https://github.com/mmc-98/solxen-tx/releases/download/v0.05/solxen-tx-v0.05-linux-amd64.tar.gz +solxen-tx-darwin-amd64.tar.gz ``` -mac Apple芯片: + +macOS (arm64): ```shell -https://github.com/mmc-98/solxen-tx/releases/download/v0.05/solxen-tx-v0.05-darwin-arm64.tar.gz +solxen-tx-darwin-arm64.tar.gz ``` ## 1. 配置 [Configuration]