diff options
author | Andrew Dunstan | 2023-02-02 13:54:38 +0000 |
---|---|---|
committer | Andrew Dunstan | 2023-02-02 13:54:38 +0000 |
commit | e0d70a91a04b942980ab06bc471d2b5b65952459 (patch) | |
tree | 2537edfd06289c7351ff7046faeca6babcc8bd84 | |
parent | 0736fc1ceb0659a9f73699910ac56603336daeee (diff) |
Document installing perltidy with cpanm
Installing with plain cpan failed for me recently, as the archive it
searched has been purged of old releases. However, you can give cpanm a
complete URL to the exact version you want to install, so document using
that.
-rw-r--r-- | src/tools/pgindent/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README index 103970c104..ea41aae25d 100644 --- a/src/tools/pgindent/README +++ b/src/tools/pgindent/README @@ -22,6 +22,8 @@ PREREQUISITES: ("man perlmodinstall" explains it). Or, if you have cpan installed, this should work: cpan SHANCOCK/Perl-Tidy-20170521.tar.gz + Or if you have cpanm installed, you can just use: + cpanm https://cpan.metacpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-20170521.tar.gz DOING THE INDENT RUN: |