Skip to content

Commit bf50cdb

Browse files
update README.md format and clarify state of the project
1 parent be7800c commit bf50cdb

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
# Maintenance Mode
1+
> **This project is no longer maintained.**
22
3-
**This project is currently under maintenance and is not accepting new changes.**
3+
**Alternatives:**
44

5-
**Alternate Options:**
5+
- **[AIStor Free](https://min.io/download)** — Full-featured, standalone edition for community use (free license)
6+
- **[AIStor Enterprise](https://min.io/pricing)** — Distributed edition with commercial support
67

7-
- **AIStor Free**: Fully featured, standalone version of AIStor for community use. Download a free license key from [Free license download](https://min.io/download)
8-
- **AIStor Enterprise**: Fully featured, Distributed version of AIStor for commercial enterprise use. [Subscription](https://www.min.io/pricing)
9-
10-
Learn more about [subscription tiers](https://blog.min.io/introducing-new-subscription-tiers-for-minio-aistor-free-enterprise-lite-and-enterprise/)
8+
Learn more about [subscription tiers](https://blog.min.io/introducing-new-subscription-tiers-for-minio-aistor-free-enterprise-lite-and-enterprise/).
119

1210
---
1311

@@ -34,7 +32,7 @@ We designed MinIO as Open Source software for the Open Source software community
3432
All usage of MinIO in your application stack requires validation against AGPLv3 obligations, which include but are not limited to the release of modified code to the community from which you have benefited. Any commercial/proprietary usage of the AGPLv3 software, including repackaging or reselling services/features, is done at your own risk.
3533

3634
The AGPLv3 provides no obligation by any party to support, maintain, or warranty the original or any modified work.
37-
All support is provided on a best-effort basis through Github and our [Slack](https//slack.min.io) channel, and any member of the community is welcome to contribute and assist others in their usage of the software.
35+
All support is provided on a best-effort basis through Github and our [Slack](https://slack.min.io) channel, and any member of the community is welcome to contribute and assist others in their usage of the software.
3836

3937
MinIO [AIStor](https://www.min.io/product/aistor) includes enterprise-grade support and licensing for workloads which require commercial or proprietary usage and production-level SLA/SLO-backed support. For more information, [reach out for a quote](https://min.io/pricing).
4038

@@ -54,6 +52,7 @@ See the sections below for detailed instructions on each method.
5452
### Legacy Binary Releases
5553

5654
Historical pre-compiled binary releases remain available for reference but are no longer maintained:
55+
5756
- GitHub Releases: https://github.com/minio/minio/releases
5857
- Direct downloads: https://dl.min.io/server/minio/release/
5958

@@ -72,7 +71,7 @@ You can alternatively run `go build` and use the `GOOS` and `GOARCH` environment
7271
For example:
7372

7473
```
75-
env GOOS=linux GOARCh=arm64 go build
74+
env GOOS=linux GOARCH=arm64 go build
7675
```
7776

7877
Start MinIO by running `minio server PATH` where `PATH` is any empty folder on your local filesystem.
@@ -94,7 +93,7 @@ For application developers, see <https://docs.min.io/enterprise/aistor-object-st
9493

9594
> [!NOTE]
9695
> Production environments using compiled-from-source MinIO binaries do so at their own risk.
97-
> The AGPLv3 license provides no warranties nor liabilites for any such usage.
96+
> The AGPLv3 license provides no warranties nor liabilities for any such usage.
9897
9998
## Build Docker Image
10099

0 commit comments

Comments
 (0)