From 5703909ee4a0e7b4bd0d647cb000623eb48b416d Mon Sep 17 00:00:00 2001 From: Kenneth Loeffler Date: Sat, 20 Feb 2021 16:43:06 -0800 Subject: [PATCH] Add melpa badge --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 659b261..27dc5f1 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ -# blox +# blox [![MELPA](https://melpa.org/packages/blox-badge.svg)](https://melpa.org/#/blox) -`blox` is a package that provides functions to interact with Roblox tooling such as [Rojo](https://github.com/rojo-rbx/rojo) from the comfort of Emacs. +Blox is a package that provides functions to interact with Roblox tooling such as [Rojo](https://github.com/rojo-rbx/rojo) from the comfort of Emacs. ### Installation -To install, put `blox.el` somewhere on your `load-path` and `require` it. `blox.el` doesn't bind any keys by itself; assuming [lua-mode](https://github.com/immerrr/lua-mode) is installed and loaded, a configuration might look something like this: +Blox is on [melpa](https://melpa.org) and can be installed with your package manager of choice. + +Blox doesn't bind any keys by itself. Assuming that [lua-mode](https://github.com/immerrr/lua-mode) is installed, a configuration might look something like this: ```elisp (require 'blox)