Skip to content

Commit 94bcd9c

Browse files
MatrixAclaude
andauthored
Add Rust install hyperlink to all documentation (#14)
Link to https://rust-lang.org/tools/install/ in all "Requires Rust 1.86+" mentions across README.md, CONTRIBUTING.md, and all 6 i18n documentation files. Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent 116ce05 commit 94bcd9c

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cargo test
1919
cargo run -- check photo.jpg
2020
```
2121

22-
Requires **Rust 1.86+**.
22+
Requires [**Rust 1.86+**](https://rust-lang.org/tools/install/).
2323

2424
## Before Submitting a PR
2525

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ AICheck answers these questions by analyzing file metadata and invisible waterma
2929
cargo install aicheck
3030
```
3131

32-
> Requires Rust 1.86+. Or build from source: `cargo install --path .`
32+
> Requires [Rust 1.86+](https://rust-lang.org/tools/install/). Or build from source: `cargo install --path .`
3333
3434
```bash
3535
aic check photo.jpg

docs/README.de.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ AICheck beantwortet diese Fragen durch Analyse von Datei-Metadaten und unsichtba
2929
cargo install aicheck
3030
```
3131

32-
> Erfordert Rust 1.86+. Oder aus dem Quellcode bauen: `cargo install --path .`
32+
> Erfordert [Rust 1.86+](https://rust-lang.org/tools/install/). Oder aus dem Quellcode bauen: `cargo install --path .`
3333
3434
```bash
3535
aic check photo.jpg

docs/README.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ AICheck responde estas preguntas analizando los metadatos de archivos y marcas d
2929
cargo install aicheck
3030
```
3131

32-
> Requiere Rust 1.86+. O compilar desde el código fuente: `cargo install --path .`
32+
> Requiere [Rust 1.86+](https://rust-lang.org/tools/install/). O compilar desde el código fuente: `cargo install --path .`
3333
3434
```bash
3535
aic check photo.jpg

docs/README.hi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ AICheck फ़ाइल मेटाडेटा और अदृश्य व
2929
cargo install aicheck
3030
```
3131

32-
> Rust 1.86+ आवश्यक। सोर्स से बिल्ड करें: `cargo install --path .`
32+
> [Rust 1.86+](https://rust-lang.org/tools/install/) आवश्यक। सोर्स से बिल्ड करें: `cargo install --path .`
3333
3434
```bash
3535
aic check photo.jpg

docs/README.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ AICheckはファイルのメタデータと不可視ウォーターマークを
2929
cargo install aicheck
3030
```
3131

32-
> Rust 1.86+が必要です。ソースからビルド:`cargo install --path .`
32+
> [Rust 1.86+](https://rust-lang.org/tools/install/)が必要です。ソースからビルド:`cargo install --path .`
3333
3434
```bash
3535
aic check photo.jpg

docs/README.ko.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ AICheck는 파일 메타데이터와 보이지 않는 워터마크를 분석하
2929
cargo install aicheck
3030
```
3131

32-
> Rust 1.86+ 필요. 소스에서 빌드: `cargo install --path .`
32+
> [Rust 1.86+](https://rust-lang.org/tools/install/) 필요. 소스에서 빌드: `cargo install --path .`
3333
3434
```bash
3535
aic check photo.jpg

docs/README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ AICheck 通过分析文件元数据和隐形水印来回答这些问题。不需
2929
cargo install aicheck
3030
```
3131

32-
> 需要 Rust 1.86+。从源码构建:`cargo install --path .`
32+
> 需要 [Rust 1.86+](https://rust-lang.org/tools/install/)。从源码构建:`cargo install --path .`
3333
3434
```bash
3535
aic check photo.jpg

0 commit comments

Comments
 (0)