From 76a52f065c7d3d0d69ddc9efae40677aec5bfbfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sun, 7 Feb 2021 22:50:38 +0800 Subject: [PATCH] Revised README.md. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09064b8..c24ac89 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ If you want to install into another location, you can set the % perl Makefile.PL PREFIX=/home/jessica Refer to the documentation of ExtUtils::MakeMaker for more -installation options (by running perldoc ExtUtils::MakeMaker). +installation options (by running `perldoc ExtUtils::MakeMaker`). ### Install with [Module::Build] @@ -124,7 +124,7 @@ If you want to install into another location, you can set the % perl Build.PL --prefix=/home/jessica Refer to the documentation of Module::Build for more -installation options (by running perldoc Module::Build). +installation options (by running `perldoc Module::Build`). ### Install with the CPAN Shell @@ -155,7 +155,7 @@ into your home when you are not `root`: cpan> install Locale::Maketext::Gettext Refer to the documentation of cpan for more CPAN shell commands -(by running perldoc cpan). +(by running `perldoc cpan`). ### Install with the CPANPLUS Shell