Skip to content

Commit 061d1b3

Browse files
committedMay 27, 2023
Add melpa badge to readme
1 parent 5a46961 commit 061d1b3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
 

‎README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[![MELPA][melpa-badge]][melpa-package]
12
[![License GPL 3][badge-license]][copying]
23
[![Lint Status](https://github.com/clojure-emacs/clojure-ts-mode/actions/workflows/lint-emacs.yml/badge.svg)](https://github.com/clojure-emacs/clojure-ts-mode/actions/workflows/lint-emacs.yml)
34

@@ -46,7 +47,12 @@ More information on this can be found in the Emacs repository:
4647

4748
### Install clojure-ts-mode
4849

49-
In the future this package will be available through MELPA and Non-GNU ELPA.
50+
clojure-ts-mode is available on [Melpa](https://melpa.org/#/clojure-ts-mode).
51+
It can be installed with
52+
53+
``` emacs-lisp
54+
(package-install 'clojure-ts-mode)
55+
```
5056

5157
#### package-vc
5258

@@ -123,5 +129,6 @@ Copyright © 2022-2023 Danny Freeman and [contributors][].
123129
Distributed under the GNU General Public License; type <kbd>C-h C-c</kbd> to view it.
124130

125131
[badge-license]: https://img.shields.io/badge/license-GPL_3-green.svg
132+
[melpa-badge]: http://melpa.org/packages/clojure-ts-mode-badge.svg
126133
[COPYING]: http://www.gnu.org/copyleft/gpl.html
127134
[contributors]: https://github.com/clojure-emacs/clojure-ts-mode/contributors

0 commit comments

Comments
 (0)
Please sign in to comment.