From 920bcd63af7930256b4c1dae83f2e294d66afaca Mon Sep 17 00:00:00 2001 From: xuqing123 Date: Thu, 4 Dec 2025 20:05:40 +0800 Subject: [PATCH] Fix redundancy in RustFS introduction Removed duplicate sentence about RustFS being written in Rust. --- docs/installation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/index.md b/docs/installation/index.md index ceb4f49..12e220d 100644 --- a/docs/installation/index.md +++ b/docs/installation/index.md @@ -5,7 +5,7 @@ description: "Installation guide for RustFS on different operating systems and d # RustFS Introduction -RustFS is a `high-performance`, `distributed` object storage software developed using Rust, the world's most popular memory-safe language. RustFS combines simplicity and efficiency, and is an efficient, open-source, free object storage solution that can be deployed locally as a private cloud. RustFS is 100% compatible with the S3 protocol and is open-source software released under the Apache2 license. RustFS is written in Rust, the world's most popular memory-safe language. It is a commercially-friendly distributed object storage product participated in and contributed by excellent engineers worldwide. RustFS can replace many object storage products with non-friendly open-source licenses. +RustFS is a `high-performance`, `distributed` object storage software developed using Rust, the world's most popular memory-safe language. RustFS combines simplicity and efficiency, and is an efficient, open-source, free object storage solution that can be deployed locally as a private cloud. RustFS is 100% compatible with the S3 protocol and is open-source software released under the Apache2 license. It is a commercially-friendly distributed object storage product participated in and contributed by excellent engineers worldwide. RustFS can replace many object storage products with non-friendly open-source licenses. RustFS is about to transition from commercial applications to open-source, releasing globally to help the world reduce storage costs and improve data security.