aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2021-06-06 15:42:39 +0100
committerMiquel Lionel <lionelmiquel@sfr.fr>2021-06-06 15:42:39 +0100
commitce780a2aa14fcd594f4f76dda0806f78a9bfbcb4 (patch)
tree225bd22c1079bfcc5fe3a65fd26420e3cf437155
parentb8fa446269ced0e69041a748051d853eaed087d5 (diff)
downloadgpigeon-ce780a2aa14fcd594f4f76dda0806f78a9bfbcb4.tar.gz
gpigeon-ce780a2aa14fcd594f4f76dda0806f78a9bfbcb4.zip
yeah, it's better. adding to dependencies too
-rw-r--r--README.md22
1 files changed, 11 insertions, 11 deletions
diff --git a/README.md b/README.md
index a9a2698..6217664 100644
--- a/README.md
+++ b/README.md
@@ -25,17 +25,17 @@ Dependencies
You will need perl and the following modules and my perl version is **v5.34.0**, YMMV:
- * HTML::Entities
- * CGI
- * CGI::Carp
- * CGI::Cookies
- * Crypt::Argon2
- * GPG
- * Net:SSLeay
- * Net::SMTP
- * Net::SMTPS
- * Email::Valid
- * String::Random
+ - HTML::Entities
+ - CGI
+ - CGI::Carp
+ - CGI::Cookies
+ - Crypt::Argon2
+ - GPG
+ - Net:SSLeay
+ - Net::SMTP
+ - Net::SMTPS
+ - Email::Valid
+ - String::Random
Having a webserver with CGI support or a separate CGI engine is needed. I'm using
nginx and fcgiwrap.