From c4963505dd9405b276bfb0c2396dfb3cded0cebc Mon Sep 17 00:00:00 2001 From: peteyboy Date: Tue, 25 Jun 2024 00:26:22 +0000 Subject: [PATCH] Updated install file to say that connex.pl is executable --- INSTALL | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 0768ce2..60e2f91 100644 --- a/INSTALL +++ b/INSTALL @@ -19,5 +19,8 @@ To install Connex, the NEX:// protocol browser Now run this command to download Perl libraries that the app needs: ~/perl5/bin/cpanm --installdeps . -Now you can run with "perl script/connex.pl" +Now you can run with "script/connex.pl" + +You should also be able to move this script to any bin or shared bin folder, suchs as /usr/local/bin, +and it should work.