aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..09187de
--- /dev/null
+++ b/README.org
@@ -0,0 +1,22 @@
+Avandu is an emacs mode that connects to a Tiny Tiny RSS instance and
+allows you to read the feeds it has gathered locally.
+
+The simplest way to install it is to use package.el:
+
+#+begin_src emacs-lisp
+ (package-install-file "/path/to/avandu.el")
+#+end_src
+
+For further information I would like to refer you to the avandu info
+file.
+
+Once installation is out of the way, it should get a value for
+=avandu-tt-rss-api-url= (for example: http://tt-rss.org/demo/api/) and
+then run =avandu-list=.
+
+Once in avandu:overview mode some key bindings will be:
+
+- ~r~:: Mark article at point as read.
+- ~o~:: Open article at point in a browser. Uses =browse-url=.
+- ~n~:: Next article.
+- ~p~:: Previous article.