Skip to content

Commit f6c6b09

Browse files
committed
docs: Update README.md
1 parent 3cb43da commit f6c6b09

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
[![Tag](https://img.shields.io/github/v/tag/tayne3/zig.toolchain.cmake?color=%23ff8936&style=flat-square&logo=git&logoColor=white)](https://github.com/tayne3/zig.toolchain.cmake/tags)
99
[![Tests](https://github.com/tayne3/zig.toolchain.cmake/actions/workflows/test.yml/badge.svg)](https://github.com/tayne3/zig.toolchain.cmake/actions/workflows/test.yml)
1010
![CMake](https://img.shields.io/badge/CMake-3.14%2B-brightgreen?logo=cmake&logoColor=white)
11-
![Zig](https://img.shields.io/badge/Zig-0.14.0%2B-blue?logo=zig&logoColor=white)
1211

1312
**English** | [中文](README_zh.md)
1413

@@ -28,7 +27,7 @@ A lightweight CMake toolchain file that enables cross-compilation of C/C++ proje
2827
Download `zig.toolchain.cmake` to your project root or a `cmake/` subdirectory.
2928

3029
```bash
31-
curl -o zig.toolchain.cmake https://github.com/tayne3/zig.toolchain.cmake/releases/download/v0.1.0/zig.toolchain.cmake
30+
curl -o zig.toolchain.cmake https://github.com/tayne3/zig.toolchain.cmake/releases/download/v0.1.1/zig.toolchain.cmake
3231
```
3332

3433
**Cross-Compilation**

README_zh.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
[![Tag](https://img.shields.io/github/v/tag/tayne3/zig.toolchain.cmake?color=%23ff8936&style=flat-square&logo=git&logoColor=white)](https://github.com/tayne3/zig.toolchain.cmake/tags)
99
[![Tests](https://github.com/tayne3/zig.toolchain.cmake/actions/workflows/test.yml/badge.svg)](https://github.com/tayne3/zig.toolchain.cmake/actions/workflows/test.yml)
1010
![CMake](https://img.shields.io/badge/CMake-3.14%2B-brightgreen?logo=cmake&logoColor=white)
11-
![Zig](https://img.shields.io/badge/Zig-0.14.0%2B-blue?logo=zig&logoColor=white)
1211

1312
[English](README.md) | **中文**
1413

@@ -28,7 +27,7 @@
2827
`zig.toolchain.cmake` 下载到你的项目根目录或 `cmake/` 子目录中。
2928

3029
```bash
31-
curl -o zig.toolchain.cmake https://github.com/tayne3/zig.toolchain.cmake/releases/download/v0.1.0/zig.toolchain.cmake
30+
curl -o zig.toolchain.cmake https://github.com/tayne3/zig.toolchain.cmake/releases/download/v0.1.1/zig.toolchain.cmake
3231
```
3332

3433
**交叉编译**

0 commit comments

Comments
 (0)