diff --git a/README.md b/README.md index 263cf917..740068fb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,11 @@ Display icons for filenames in ![Magit](https://github.com/magit/magit) buffers! - +
+ Build status + License + magit-file-icons badge +
# Preview ![Magit status buffer with file icons](./screenshots/status.png) @@ -14,14 +18,13 @@ Display icons for filenames in ![Magit](https://github.com/magit/magit) buffers! ![Magit revision diffstat with file icons](./screenshots/diffstat.png) # Installation +You can install this package from [MELPA](https://melpa.org/#/magit-file-icons). -This package is not yet in any package archives. To install, you need to fetch the source. - -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)