Skip to content

Commit

Permalink
Corrected the list of architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
Fei-xiangShi committed Sep 18, 2024
1 parent b2231d7 commit 84566ae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,14 @@ Download the precompiled binary for your platform from the [Releases](https://gi
- x86_64 (`x86_64-unknown-linux-gnu`)
- x86 (`i686-unknown-linux-gnu`)
- ARM64 (`aarch64-unknown-linux-gnu`)
- LoongArch64 (`loongarch64-unknown-linux-gnu`)
- MIPS64 (`mips64-unknown-linux-gnuabi64`)
- ARMV7 (`armv7-unknown-linux-gnueabihf`)
- PowerPC64 (`powerpc64le-unknown-linux-gnu`)
- RISC-V64 (`riscv64gc-unknown-linux-gnu`)
- S390x (`s390x-unknown-linux-gnu`)
- **FreeBSD**
- x86_64 (`x86_64-unknown-freebsd`)
- **Illumos**
- x86_64 (`x86_64-unknown-illumos`)

**Steps:**

Expand Down Expand Up @@ -145,9 +148,7 @@ The client supports a wide range of platforms and architectures, making it versa
**Platforms and Architectures:**

- **Windows:** x86, x86_64, ARM64

- **macOS:** x86_64, ARM64 (Apple Silicon)

- **Linux:** x86, x86_64, ARM64, LoongArch64, MIPS64, PowerPC64, RISC-V64, S390x

## Contributing
Expand Down
14 changes: 8 additions & 6 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# 西南大学校园网自定义登录客户端

这是一个为西南大学(SWU)定制的网络登录客户端,能够自动检测网络连接状态并在需要时执行登录操作。该客户端由Rust编写,支持多种平台,包括Windows、macOS、Linux以及适用于OpenWRT设备的各种架构。
Expand Down Expand Up @@ -51,11 +50,16 @@ zh-CN [简体中文](https://github.com/Fei-xiangShi/swu_network_custom_login/bl
- x86_64 (`x86_64-unknown-linux-gnu`)
- x86 (`i686-unknown-linux-gnu`)
- ARM64 (`aarch64-unknown-linux-gnu`)
- LoongArch64 (`loongarch64-unknown-linux-gnu`)
- MIPS64 (`mips64-unknown-linux-gnuabi64`)
- ARMV7 (`armv7-unknown-linux-gnueabihf`)
- PowerPC64 (`powerpc64le-unknown-linux-gnu`)
- RISC-V64 (`riscv64gc-unknown-linux-gnu`)
- S390x (`s390x-unknown-linux-gnu`)
- **FreeBSD**

- x86_64 (`x86_64-unknown-freebsd`)
- **Illumos**

- x86_64 (`x86_64-unknown-illumos`)

**步骤:**

Expand All @@ -65,9 +69,7 @@ zh-CN [简体中文](https://github.com/Fei-xiangShi/swu_network_custom_login/bl
```bash
tar -xzvf swu_network_custom_login.tar.gz
```


4. 将可执行文件放置在 `PATH`目录中,或直接运行它。
3. 将可执行文件放置在 `PATH`目录中,或直接运行它。

### 从源码构建

Expand Down

0 comments on commit 84566ae

Please sign in to comment.