From e7c00597b39ebcf994b1291537323f3378ea7d20 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 | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 263cf917..38943e30 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,10 @@ Display icons for filenames in ![Magit](https://github.com/magit/magit) buffers! - +
+ Build status + License +
# Preview ![Magit status buffer with file icons](./screenshots/status.png) @@ -15,13 +18,15 @@ 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): +magit-file-icons badge + +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)