From aab6643ceace1ff073f11779951ad813321e2d84 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Tue, 4 Mar 2025 10:19:40 +0000 Subject: [PATCH] docs: update minimum OS requirements for go1.24 --- docs/content/downloads.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/content/downloads.md b/docs/content/downloads.md index 82179d96c..9538a1d86 100644 --- a/docs/content/downloads.md +++ b/docs/content/downloads.md @@ -14,14 +14,13 @@ See the [install](https://rclone.org/install/) documentation for more details. | OS | Minimum Version | |:-------:|:-------:| -| Linux | Kernel 2.6.32 (or later depending on architecture, e.g. 3.1 on ARMv5) | -| macOS (Intel) | 10.15 (Catalina) | -| macOS (ARM64) | 11 (Big Sur) | +| Linux | Kernel 3.2 | +| macOS | 11 (Big Sur) | | Windows | 10, Server 2016 | | FreeBSD | 12.2 | | OpenBSD | 6.9 | -See [minimum requirements](https://go.dev/wiki/MinimumRequirements) and other [platform specific information](https://go.dev/wiki/#platform-specific-information) in Go Wiki for more details. +These requirements come from the Go version that rclone is compiled with and are simplified from [minimum requirements](https://go.dev/wiki/MinimumRequirements) and other [platform specific information](https://go.dev/wiki/#platform-specific-information) in the Go Wiki. ## Release {{% version %}} {#release}