summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHank Greenburg <hank.greenburg@q-ctrl.com>2023-11-21 15:19:15 -0800
committerGitHub <noreply@github.com>2023-11-21 23:19:15 +0000
commit5bf05eba40f095615ccc2c1dace6bed81ff8fcee (patch)
tree25143b512012f867858a8d51d889e760a541121d
parentacd014f226e1f770e6f27c20c8d6eb99f557e970 (diff)
Close #24, #25: Add GNU Elpa info to README.md
* README.md : Add GNU Elpa info Copyright-paperwork-exempt: Yes
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 60715a6..2d343fa 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,4 @@
+[![GNU ELPA](https://elpa.gnu.org/packages/breadcrumb.svg)](https://elpa.gnu.org/packages/breadcrumb.html)
# M-x breadcrumb-mode
![screenshot](./screenshot.png)
@@ -19,7 +20,10 @@ and `project.el` for the best information.
## Installation
-For now, just download the `breadcrumb.el` file and load it somehow.
+You can download breadcrumb via GNU Elpa with `M-x package-install RET breadcrumb RET`
+
+Or if you'd like to install it manually you can download `breadcrumb.el` and put it in
+your `load-path` similar to `(add-to-list 'load-path "~/path/to/breadcrumb.el")`
## More usage