diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-19 21:38:05 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-19 21:38:05 +0100 |
commit | 65639eb47f9905f0c2cd73304b22b1ed2b2f9eda (patch) | |
tree | 1da08070738c9424f847fd235ce245818db58f16 /content/blog | |
parent | d67a8fed5a3b8dd9ca5134d0d39b4e6a02ee95ef (diff) |
update
Diffstat (limited to 'content/blog')
-rw-r--r-- | content/blog/installing-perl.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/blog/installing-perl.md b/content/blog/installing-perl.md index 8e2e048..abd76c2 100644 --- a/content/blog/installing-perl.md +++ b/content/blog/installing-perl.md @@ -6,7 +6,7 @@ draft: false categories: ['Computing'] --- -# Context +### Context In October 2021 I was setting up the x220 with a new environment (KDE, Arch, etc). I wanted Perl, so this is what I did. @@ -19,7 +19,7 @@ for this to work: * `DateTime-Format-ISO8601` * `Net::OpenSSH` -# Installation steps +### Installation steps * Install `perlbrew`. Follow the [instructions](https://perlbrew.pl/) to install it. * `perlbrew install perl-5-34.0`. This can take a WHILE so `tail -f` the @@ -32,5 +32,5 @@ install properly. This works. * Then I wanted `JSON` so I did `cpanm JSON`. Because we installed `cpanm` using perlbrew it went into the right place. -This is pretty much it. You can punch away now. +This is pretty much it. |