diff options
| author | Hank Greenburg <hank.greenburg@q-ctrl.com> | 2023-11-21 15:19:15 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-21 23:19:15 +0000 |
| commit | 5bf05eba40f095615ccc2c1dace6bed81ff8fcee (patch) | |
| tree | 25143b512012f867858a8d51d889e760a541121d | |
| parent | acd014f226e1f770e6f27c20c8d6eb99f557e970 (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.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,4 @@ +[](https://elpa.gnu.org/packages/breadcrumb.html) # M-x breadcrumb-mode  @@ -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 |
