aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-03-23 19:05:29 -0700
committerGravatar Tom Willemse2022-03-23 19:05:29 -0700
commitba5d9c29f3defd28c5973d257a86f910deb78986 (patch)
tree7478652177e7a39cbfc575b83cd68f6dfe0aa808 /README.org
parent39ba8e49d69c2abc904e28c8cdfeb782e3c065fe (diff)
downloadtekuti-el-ba5d9c29f3defd28c5973d257a86f910deb78986.tar.gz
tekuti-el-ba5d9c29f3defd28c5973d257a86f910deb78986.zip
Set up automated builds on Sourcehut
This builds both a package archive and the readme.
Diffstat (limited to 'README.org')
-rw-r--r--README.org17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..25d0f7d
--- /dev/null
+++ b/README.org
@@ -0,0 +1,17 @@
+#+TITLE: tekuti-el
+#+SUBTITLE: Emacs interface to tekuti
+#+OPTIONS: num:nil
+
+This project is meant to help make posting and maintaining blog posts from Emacs to [[https://wingolog.org/projects/tekuti/][tekuti]].
+
+* Installation
+
+If you want to try out this project, you can install it in Emacs through ELPA by adding the development archive for this project into your =package-archives=:
+
+#+begin_src emacs-lisp
+ (add-to-list 'package-archives
+ '("tekuti-el"
+ . "https://ryuslash.srht.site/tekuti/elpa/"))
+#+end_src
+
+Then run =list-packages= in Emacs and the package should pop up.