summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-04-13 22:51:46 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-04-13 22:51:46 +0200
commitd7d6f8f89151ed46bf6be4f7d9b3d576a1d9f69d (patch)
tree0ab7100b2a0c109e1744071263dae8f81a63f1b5 /README.md
parentc6812f6083ddf4507353ee3e77fb200b168cd54d (diff)
README: Add recommended modules and docker dependencies
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1c23731..5069f7b 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,22 @@ Dependencies
* Mojolicious::Plugin::Authentication
* Travel::Status::DE::IRIS
* UUID::Tiny
+ * JSON
+
+Recommended
+---
+
+ * Geo::Distance::XS (speeds up statistics)
+ * JSON::XS (speeds up API and statistics)
+
+Dependencies On Docker
+---
+
+ * cpanminus
+ * build-essential
+ * libpq-dev
+ * git
+ * ssmtp
Setup
---