Skip to content

Commit a2dee8b

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

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
# Maintenance Mode
2-
3-
**This project is currently under maintenance and is not accepting new changes.**
4-
5-
**Alternate Options:**
1+
> [!NOTE]
2+
> **This repository is no longer maintained.**
63
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)
4+
**Alternatives:**
95

10-
Learn more about [subscription tiers](https://blog.min.io/introducing-new-subscription-tiers-for-minio-aistor-free-enterprise-lite-and-enterprise/)
6+
- **[AIStor Free](https://min.io/download)** — Full-featured, standalone edition for community use (free license)
7+
- **[AIStor Enterprise](https://min.io/pricing)** — Distributed edition with commercial support
118

129
---
1310

@@ -34,7 +31,7 @@ We designed MinIO as Open Source software for the Open Source software community
3431
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.
3532

3633
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.
34+
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.
3835

3936
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).
4037

@@ -54,6 +51,7 @@ See the sections below for detailed instructions on each method.
5451
### Legacy Binary Releases
5552

5653
Historical pre-compiled binary releases remain available for reference but are no longer maintained:
54+
5755
- GitHub Releases: https://github.com/minio/minio/releases
5856
- Direct downloads: https://dl.min.io/server/minio/release/
5957

@@ -72,7 +70,7 @@ You can alternatively run `go build` and use the `GOOS` and `GOARCH` environment
7270
For example:
7371

7472
```
75-
env GOOS=linux GOARCh=arm64 go build
73+
env GOOS=linux GOARCH=arm64 go build
7674
```
7775

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

9593
> [!NOTE]
9694
> 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.
95+
> The AGPLv3 license provides no warranties nor liabilities for any such usage.
9896
9997
## Build Docker Image
10098

0 commit comments

Comments
 (0)