From 65639eb47f9905f0c2cd73304b22b1ed2b2f9eda Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 19 Jul 2022 21:38:05 +0100 Subject: update --- content/blog/installing-perl.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content') 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. -- cgit v1.2.3