branch: externals/rcirc-sqlite
commit 498dbf91af1b10083e8d248039fdf87945de93f8
Author: Matto Fransen <[email protected]>
Commit: Matto Fransen <[email protected]>
Added installation from GNU ELPA
---
README.org | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/README.org b/README.org
index 4d6fe2d82c..224471a8d1 100644
--- a/README.org
+++ b/README.org
@@ -11,6 +11,27 @@ database.
* Installation and activation
** Installation
+
+** Install from GNU ELPA
+The GNU ELPA package name is: ~rcirc-sqlite~
+
+To install the package:
+
+- ~M-x package-refresh-contents~
+- ~M-x package-install~
+
+and search for ~rcirc-sqlite~.
+
+Or use ~use-package~
+
+#+begin_src emacs-lisp
+(use-package rcirc-sqlite
+ :ensure t
+ :config
+ (add-hook 'rcirc-mode-hook #'rcirc-sqlite-log-mode))
+#+end_src
+
+** Manual installation
Create a directory for the package.
#+begin_src sh