Skip to content

Commit

Permalink
docs: Add MELPA installation and MELPA badge
Browse files Browse the repository at this point in the history
  • Loading branch information
josegpt committed Mar 13, 2022
1 parent a63feb9 commit 4021cd3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
#+TITLE: display-wttr.el
#+AUTHOR: Jose G Perez Taveras
[[https://melpa.org/#/display-wttr][file:https://melpa.org/packages/display-wttr-badge.svg]]

Display wttr(weather) in the mode line 🌧️.

=display-wttr.el= is not in GNU ELPA nor MELPA.

* Screenshot
#+CAPTION: display-wttr-screenshot
#+NAME: display-wttr-screenshot
[[./display-wttr.png]]
* Requirements
+ curl
* Installation
** MELPA
#+BEGIN_SRC emacs-lisp
(require 'package)
(add-to-list 'package-archives
'("melpa" . "https://melpa.org/packages/") t)
#+END_SRC
Then use M-x package-install RET =display-wttr= RET to install the
package.
** Manual
Download =display-wttr.el= to your local directory.
*** Git
Expand Down

0 comments on commit 4021cd3

Please sign in to comment.