summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-05-11 12:01:54 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-05-11 12:01:54 +0200
commitf04d42fc94bba16710d0c082361df8ea3473e751 (patch)
tree3d803ee9fd94daede8718d1e02abfda091fe0783 /README.md
parent098d02972af26588e9600f00245b23bc2483a731 (diff)
README: Add note about carton / cpanm
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index eaf7ad9..8a191d4 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,21 @@ Dependencies
* UUID::Tiny
* JSON
+You can use carton or cpanminus to install dependencies locally. Run either
+
+```
+carton install
+```
+
+or
+
+```
+cpanm --installdeps .
+```
+
+and then set `PERL5LIB` before executing any travelynx commands. You may
+also be able to use `carton exec` to do this for you, though this is untested.
+
Recommended
---