about summary refs log tree commit diff stats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 21 insertions, 0 deletions
diff --git a/README b/README
index f1905f7..d7c8c01 100644
--- a/README
+++ b/README
@@ -14,6 +14,8 @@ Table of Contents
 .. 2.1 Commands
 .. 2.2 Examples
 .. 2.3 Configuration
+3 Installation
+.. 3.1 Dependencies
 
 
 Pyxis is a simple twtxt client.
@@ -115,3 +117,22 @@ hackers.
 
   Add your feeds to `%feeds' hash like shown above. You can remove those
   2 `use' lines but it's good if you keep them.
+
+
+3 Installation
+══════════════
+
+  Install these dependencies from CPAN. Then just clone the repository,
+  copy the config & run pyxis!
+
+
+3.1 Dependencies
+────────────────
+
+  • Getopt::Long is required only for options.
+  • [HTTP::Tiny] is only required if you use `fetch'.
+  • Path::Tiny can be replaced with perl core.
+  • Term::ANSIColor is just for good looks.
+  • Time::Moment can be replaced with DateTime or you can just `sort' it
+    directly. Sorting directly will mess up the order a bit but should
+    be okay for most cases.