From 549d76614d303a5d8dc6196296c875172a904a62 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Tue, 10 Sep 2024 17:34:51 +0800 Subject: [PATCH] docs: remove nightly requirement --- mime-ext.yazi/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mime-ext.yazi/README.md b/mime-ext.yazi/README.md index 0fdc3cd..b17dddc 100644 --- a/mime-ext.yazi/README.md +++ b/mime-ext.yazi/README.md @@ -1,8 +1,8 @@ # mime-ext.yazi -A _common_ file type MIME-type library specifically designed for Yazi. Ensuring strict compliance with IANA-registered media types is not its primary goal. +A mime-type provider based on a file extension database, replacing the builtin `file(1)` to speed up mime-type retrieval at the expense of accuracy. -It is still in a very early stage and currently requires the [latest nightly build of Yazi](https://github.com/sxyazi/yazi/releases/tag/nightly). +See https://yazi-rs.github.io/docs/tips#make-yazi-even-faster for more information. ## Installation