From 0637615f7e9d1cd0257c205bb809b6a731aa40d2 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 | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 263cf917..d66f0cd0 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) @@ -14,14 +17,15 @@ Display icons for filenames in ![Magit](https://github.com/magit/magit) buffers! ![Magit revision diffstat with file icons](./screenshots/diffstat.png) # Installation +magit-file-icons badge -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/#/magit-file-icons). -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)