3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-22 03:49:29 +01:00

doc/QuickStart.md: add note about completing system perl

This commit is contained in:
Pragmatic Software 2021-07-15 17:56:11 -07:00
parent eb40d30289
commit b0dbe9231f

View File

@ -48,6 +48,10 @@ PBot uses the [Perl programming language](https://www.perl.org/). Perl is usuall
part of a base Linux install. If you do not have Perl installed, please see your
system's documentation to install it.
Some systems may ship with a minimal Perl installation. You may need to complete
the installation by, e.g., `yum install perl-core` on RHEL/CentOS or
`dnf install perl` on RHEL/CentOS 8 or Fedora.
If you do not have system administrator access, you can install Perl locally into
your home directory using, .e.g., [perlbrew](https://metacpan.org/pod/perlbrew),
[plenv](https://metacpan.org/release/TOKUHIROM/App-plenv-v1.2.0/view/bin/plenv),