branch: elpa/clojure-ts-mode
commit 061d1b3e238a6d9ecbe61627b28deb94eeece0ac
Author: dannyfreeman <danny@dfreeman.email>
Commit: dannyfreeman <danny@dfreeman.email>

    Add melpa badge to readme
---
 README.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2609744469..f00efe30a0 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,4 @@
+[![MELPA][melpa-badge]][melpa-package]
 [![License GPL 3][badge-license]][copying]
 [![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)
 
@@ -46,7 +47,12 @@ More information on this can be found in the Emacs 
repository:
 
 ### Install clojure-ts-mode
 
-In the future this package will be available through MELPA and Non-GNU ELPA.
+clojure-ts-mode is available on [Melpa](https://melpa.org/#/clojure-ts-mode).
+It can be installed with
+
+``` emacs-lisp
+(package-install 'clojure-ts-mode)
+```
 
 #### package-vc
 
@@ -123,5 +129,6 @@ Copyright © 2022-2023 Danny Freeman and [contributors][].
 Distributed under the GNU General Public License; type <kbd>C-h C-c</kbd> to 
view it.
 
 [badge-license]: https://img.shields.io/badge/license-GPL_3-green.svg
+[melpa-badge]: http://melpa.org/packages/clojure-ts-mode-badge.svg
 [COPYING]: http://www.gnu.org/copyleft/gpl.html
 [contributors]: https://github.com/clojure-emacs/clojure-ts-mode/contributors

Reply via email to