From f04d42fc94bba16710d0c082361df8ea3473e751 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 11 May 2019 12:01:54 +0200 Subject: README: Add note about carton / cpanm --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'README.md') 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 --- -- cgit v1.2.3