branch: externals/hugoista
commit 1769fde5fb9c3a7cccea56c2f730861483d3571c
Author: c-alpha <c-al...@noreply.codeberg.org>
Commit: c-alpha <c-al...@noreply.codeberg.org>

    Installation Instructions, and Bump Version to 0.2.0
    
    The package has been added to GNU ELPA, where it is available in the
    devel archive already. The version number bump to 0.2.0 will make it
    appear in the regular archive, too.
    
    Added ELPA installation instructions to the readme.
---
 README.md   | 20 ++++++++++++++++++++
 hugoista.el |  2 +-
 2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index cb3e9a3a07..dc27513f8f 100644
--- a/README.md
+++ b/README.md
@@ -27,4 +27,24 @@ content files. You are thus free to use page bundles, and 
all other
 features supported by Hugo, as well as all content file, and front
 matter formats supported by Hugo.
 
+## Installation
+
+Hugoista is available from [GNU ELPA](https://elpa.gnu.org/packages/).
+Thus, installing it is as easy as doing interactively:
+
+```
+M-x package-install RET hugoista RET
+M-: (require 'hugoista) RET
+```
+
+or with `use-package` and setting a default site directory at the same
+time:
+
+``` emacs-lisp
+(use-package hugoista
+  :ensure t
+  :custom
+  (hugoista-site-dir "~/path/to/default/site"))
+```
+
 Hope you'll find this useful, and happy posting!
diff --git a/hugoista.el b/hugoista.el
index e45f55e4a1..800bd6a0d9 100644
--- a/hugoista.el
+++ b/hugoista.el
@@ -4,7 +4,7 @@
 
 ;; Author: Alexander Adolf <alexander.ad...@condition-alpha.com>, Thanos 
Apollo <pub...@thanosapollo.org>
 ;; Maintainer: Alexander Adolf <alexander.ad...@condition-alpha.com>
-;; Version: 0.1.0
+;; Version: 0.2.0
 ;; Package-Requires: ((emacs "24.3") seq)
 ;; Homepage: https://codeberg.org/c-alpha/hugoista
 

Reply via email to