3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-25 05:19:29 +01:00

doc/QuickStart.md: minor tweaks

This commit is contained in:
Pragmatic Software 2021-07-14 18:42:23 -07:00
parent 0bbac96b44
commit 28f04acd04

View File

@ -94,7 +94,7 @@ dependencies and sub-dependencies. Perl is an extremely collaborative community!
Fortunately, you only need to install the CPAN modules once. Fortunately, you only need to install the CPAN modules once.
You must have `make`, `perl`, a C compiler, a C++ compiler, OpenSSL or LibreSSL You must have `make`, `perl`, a C compiler, a C++ compiler, OpenSSL or LibreSSL
or equivalent, `libssl-dev`, and other such tools and libraries installed. or equivalent, libssl-dev, and other such tools and libraries installed.
#### Installing cpanminus #### Installing cpanminus
The [cpanminus](https://metacpan.org/pod/App::cpanminus) tool is a fast and The [cpanminus](https://metacpan.org/pod/App::cpanminus) tool is a fast and
@ -111,7 +111,7 @@ Option 2) Install to `~/perl5` (if you used, e.g., perlbrew to install Perl):
$ curl -L https://cpanmin.us | perl - App::cpanminus $ curl -L https://cpanmin.us | perl - App::cpanminus
Option 3) Download the `cpanm` executable directly to `~/bin`: Option 3) Download the `cpanm` script directly to `~/bin`:
$ cd ~/bin $ cd ~/bin
$ curl -L https://cpanmin.us/ -o cpanm $ curl -L https://cpanmin.us/ -o cpanm