Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit ccf3078

Browse files
committed
feat(docs): README.md: update information for MELPA release
1 parent 6cc31ee commit ccf3078

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66

77
Display icons for filenames in ![Magit](https://github.com/magit/magit) buffers!
88

9-
<img src="https://img.shields.io/github/actions/workflow/status/gekoke/magit-file-icons/ci.yaml?style=for-the-badge"/>
9+
<div>
10+
<a href="https://github.com/gekoke/magit-file-icons/actions"><img src="https://img.shields.io/github/actions/workflow/status/gekoke/magit-file-icons/ci.yaml?style=for-the-badge" alt="Build status"/></a>
11+
<a href="https://github.com/gekoke/magit-file-icons/releases/latest"><img src="https://img.shields.io/github/tag/gekoke/magit-file-icons.svg?label=release&style=for-the-badge" alt="Release tag"></a>
12+
<a href="https://opensource.org/license/gpl-3-0"><img src="https://img.shields.io/badge/LICENSE-GPLv3-orange.svg?style=for-the-badge" alt="License"></a>
13+
</div>
1014

1115
# Preview
1216
![Magit status buffer with file icons](./screenshots/status.png)
@@ -15,13 +19,15 @@ Display icons for filenames in ![Magit](https://github.com/magit/magit) buffers!
1519

1620
# Installation
1721

18-
This package is not yet in any package archives. To install, you need to fetch the source.
22+
You can install this package from [MELPA](https://melpa.org/).
1923

20-
For example, with [straight.el](https://github.com/radian-software/straight.el):
24+
<a href="https://melpa.org/#/magit-file-icons"><img src="https://melpa.org/packages/magit-file-icons-badge.svg" alt="magit-file-icons badge"/></a>
25+
26+
For example, with `use-package`:
2127

2228
```elisp
2329
(use-package magit-file-icons
24-
:straight (:host github :repo "gekoke/magit-file-icons")
30+
:ensure t
2531
:custom
2632
;; These are the default values:
2733
(magit-file-icons-enable-diff-file-section-icons t)

0 commit comments

Comments
 (0)