diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-04-13 22:51:46 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-04-13 22:51:46 +0200 |
commit | d7d6f8f89151ed46bf6be4f7d9b3d576a1d9f69d (patch) | |
tree | 0ab7100b2a0c109e1744071263dae8f81a63f1b5 /README.md | |
parent | c6812f6083ddf4507353ee3e77fb200b168cd54d (diff) |
README: Add recommended modules and docker dependencies
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 --- |