From 5bf05eba40f095615ccc2c1dace6bed81ff8fcee Mon Sep 17 00:00:00 2001 From: Hank Greenburg Date: Tue, 21 Nov 2023 15:19:15 -0800 Subject: Close #24, #25: Add GNU Elpa info to README.md * README.md : Add GNU Elpa info Copyright-paperwork-exempt: Yes --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.0