From 4cfb4c5d40e2050736050628a7194d6212fb56e4 Mon Sep 17 00:00:00 2001 From: Gregor Grigorjan Date: Mon, 20 May 2024 02:57:53 +0300 Subject: [PATCH] feat(docs): `README.md`: update information for MELPA release --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 263cf917..1c7d38f3 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,16 @@

- magit-file-icons.el + magit-file-icons.el

Display icons for filenames in ![Magit](https://github.com/magit/magit) buffers! - +
+ Build status + Release tag + License +
# Preview ![Magit status buffer with file icons](./screenshots/status.png) @@ -15,13 +19,13 @@ Display icons for filenames in ![Magit](https://github.com/magit/magit) buffers! # Installation -This package is not yet in any package archives. To install, you need to fetch the source. +You can install this package from [MELPA](https://melpa.org/). -For example, with [straight.el](https://github.com/radian-software/straight.el): +For example, with `use-package`: ```elisp (use-package magit-file-icons - :straight (:host github :repo "gekoke/magit-file-icons") + :ensure t :custom ;; These are the default values: (magit-file-icons-enable-diff-file-section-icons t)