From 915969f68090d80cd829e96319c3fab2f318ab82 Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Sat, 28 Dec 2024 12:05:56 +0000 Subject: [PATCH] Fix typo --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 4ef7226..6eee094 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -10,7 +10,7 @@ then follow these steps: 1. Clone your fork of the repo 1. Install the Template Toolkit using your favourite CPAN module installation technique 1. Make whatever changes you want -1. Build the site locally using `ttree -f ttreerrc` +1. Build the site locally using `ttree -f ttreerc` 1. Run a local web server (I like [`http_this`](https://metacpan.org/pod/App::HTTPThis) to test your changes 1. When you're happy, commit your changes and push them to your fork 1. Create a [pull request](https://github.com/LondonPM/London-pm-website/pulls) to merge your changes to the main repo