README: Add note about carton / cpanm
This commit is contained in:
parent
098d02972a
commit
f04d42fc94
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -24,6 +24,21 @@ Dependencies
|
||||||
* UUID::Tiny
|
* UUID::Tiny
|
||||||
* JSON
|
* 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
|
Recommended
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue