From 8929c5c7676bb852e5f2abccf8be4fce1a7a84df Mon Sep 17 00:00:00 2001 From: fernando_jacob Date: Thu, 12 Mar 2026 12:34:01 +0800 Subject: [PATCH] Add Rust install hyperlink to all documentation 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 --- CONTRIBUTING.md | 2 +- README.md | 2 +- docs/README.de.md | 2 +- docs/README.es.md | 2 +- docs/README.hi.md | 2 +- docs/README.ja.md | 2 +- docs/README.ko.md | 2 +- docs/README.zh-CN.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 515729a..5dca625 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ cargo test cargo run -- check photo.jpg ``` -Requires **Rust 1.86+**. +Requires [**Rust 1.86+**](https://rust-lang.org/tools/install/). ## Before Submitting a PR diff --git a/README.md b/README.md index 20ce672..acc9538 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ AICheck answers these questions by analyzing file metadata and invisible waterma cargo install aicheck ``` -> Requires Rust 1.86+. Or build from source: `cargo install --path .` +> Requires [Rust 1.86+](https://rust-lang.org/tools/install/). Or build from source: `cargo install --path .` ```bash aic check photo.jpg diff --git a/docs/README.de.md b/docs/README.de.md index f1f4110..ae7fe72 100644 --- a/docs/README.de.md +++ b/docs/README.de.md @@ -29,7 +29,7 @@ AICheck beantwortet diese Fragen durch Analyse von Datei-Metadaten und unsichtba cargo install aicheck ``` -> Erfordert Rust 1.86+. Oder aus dem Quellcode bauen: `cargo install --path .` +> Erfordert [Rust 1.86+](https://rust-lang.org/tools/install/). Oder aus dem Quellcode bauen: `cargo install --path .` ```bash aic check photo.jpg diff --git a/docs/README.es.md b/docs/README.es.md index f9a7e0a..fc1fa1c 100644 --- a/docs/README.es.md +++ b/docs/README.es.md @@ -29,7 +29,7 @@ AICheck responde estas preguntas analizando los metadatos de archivos y marcas d cargo install aicheck ``` -> Requiere Rust 1.86+. O compilar desde el código fuente: `cargo install --path .` +> Requiere [Rust 1.86+](https://rust-lang.org/tools/install/). O compilar desde el código fuente: `cargo install --path .` ```bash aic check photo.jpg diff --git a/docs/README.hi.md b/docs/README.hi.md index de4b3bc..4f94ef1 100644 --- a/docs/README.hi.md +++ b/docs/README.hi.md @@ -29,7 +29,7 @@ AICheck फ़ाइल मेटाडेटा और अदृश्य व cargo install aicheck ``` -> Rust 1.86+ आवश्यक। सोर्स से बिल्ड करें: `cargo install --path .` +> [Rust 1.86+](https://rust-lang.org/tools/install/) आवश्यक। सोर्स से बिल्ड करें: `cargo install --path .` ```bash aic check photo.jpg diff --git a/docs/README.ja.md b/docs/README.ja.md index 184ca62..d82c4aa 100644 --- a/docs/README.ja.md +++ b/docs/README.ja.md @@ -29,7 +29,7 @@ AICheckはファイルのメタデータと不可視ウォーターマークを cargo install aicheck ``` -> Rust 1.86+が必要です。ソースからビルド:`cargo install --path .` +> [Rust 1.86+](https://rust-lang.org/tools/install/)が必要です。ソースからビルド:`cargo install --path .` ```bash aic check photo.jpg diff --git a/docs/README.ko.md b/docs/README.ko.md index 24a526f..86228e0 100644 --- a/docs/README.ko.md +++ b/docs/README.ko.md @@ -29,7 +29,7 @@ AICheck는 파일 메타데이터와 보이지 않는 워터마크를 분석하 cargo install aicheck ``` -> Rust 1.86+ 필요. 소스에서 빌드: `cargo install --path .` +> [Rust 1.86+](https://rust-lang.org/tools/install/) 필요. 소스에서 빌드: `cargo install --path .` ```bash aic check photo.jpg diff --git a/docs/README.zh-CN.md b/docs/README.zh-CN.md index fc57e74..e2ebd9f 100644 --- a/docs/README.zh-CN.md +++ b/docs/README.zh-CN.md @@ -29,7 +29,7 @@ AICheck 通过分析文件元数据和隐形水印来回答这些问题。不需 cargo install aicheck ``` -> 需要 Rust 1.86+。从源码构建:`cargo install --path .` +> 需要 [Rust 1.86+](https://rust-lang.org/tools/install/)。从源码构建:`cargo install --path .` ```bash aic check photo.jpg