From 2f9ba6e0177dbf641c459a7d89528ed561bff6f8 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 7 Dec 2022 19:42:48 +0100 Subject: switch to internal station database; add out-of-service stations for old journeys --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7addf0d..07c6e26 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ however this method is untested. In the project root directory (where `cpanfile` resides), run ``` -carton install +carton install --deployment ``` and set `PERL5LIB=.../local/lib/perl5` before executing any travelynx @@ -87,6 +87,7 @@ or not. ``` git pull +carton install --deployment # if you are using carton: update dependencies chmod -R a+rX . # only needed if travelynx is running under a different user if perl index.pl database has-current-schema; then systemctl reload travelynx -- cgit v1.2.3